You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ET-VK] Introduce VulkanDelegateHeader to manage constant data and shader data
Pull Request resolved: #2013
## 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.
ghstack-source-id: 215799821
@exported-using-ghexport
Differential Revision: [D53957853](https://our.internmc.facebook.com/intern/diff/D53957853/)
0 commit comments