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
[EK-VT] Adding reserve and append functions to SpecVarList
Pull Request resolved: #8633
This diff adds two new functions to the SpecVarList class in the Vulkan runtime library. The first function, reserve, allows the user to reserve a certain amount of space in the SpecVarList before adding any elements. The second function, append, allows the user to add a single SpecVar to the SpecVarList. These functions are useful for optimizing memory usage and improving performance in the Vulkan runtime.
ghstack-source-id: 267792196
@exported-using-ghexport
Differential Revision: [D70021782](https://our.internmc.facebook.com/intern/diff/D70021782/)
0 commit comments