-
Notifications
You must be signed in to change notification settings - Fork 608
[ET-VK] Introduce VulkanDelegateHeader
to manage constant data and shader data
#2013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…shader data ## Context This changeset is essentially a mirror of #1523 in the XNNPACK delegate which is the first step to enabling constant weight data to be serialized outside the flatbuffer blob to speed up deserialization time for large models. `VulkanDelegateHeader` is introduced which will be used later on to help interpret what different sections of the serialized binary blob corresponds to. The primary difference compared to `XNNHeader` which was added for the XNNPACK delegate is that fields are added to support custom compute shaders that will be serialized with the model. Differential Revision: [D53957853](https://our.internmc.facebook.com/intern/diff/D53957853/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/2013
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit d98512f with merge base d25a219 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Warning: Unknown label
Please add the new label to .github/pytorch-probot.yml |
This pull request was exported from Phabricator. Differential Revision: D53957853 |
…t data and shader data" ## Context This changeset is essentially a mirror of #1523 in the XNNPACK delegate which is the first step to enabling constant weight data to be serialized outside the flatbuffer blob to speed up deserialization time for large models. `VulkanDelegateHeader` is introduced which will be used later on to help interpret what different sections of the serialized binary blob corresponds to. The primary difference compared to `XNNHeader` which was added for the XNNPACK delegate is that fields are added to support custom compute shaders that will be serialized with the model. Differential Revision: [D53957853](https://our.internmc.facebook.com/intern/diff/D53957853/) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D53957853 |
This pull request has been merged in 04df8ab. |
Stack from ghstack (oldest at bottom):
VulkanDelegateHeader
to manage constant data and shader data #2013Context
This changeset is essentially a mirror of #1523 in the XNNPACK delegate which is the first step to enabling constant weight data to be serialized outside the flatbuffer blob to speed up deserialization time for large models.
VulkanDelegateHeader
is introduced which will be used later on to help interpret what different sections of the serialized binary blob corresponds to. The primary difference compared toXNNHeader
which was added for the XNNPACK delegate is that fields are added to support custom compute shaders that will be serialized with the model.Differential Revision: D53957853