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] Store unique ptr to StagingBuffer and SymInt in Value instead of inlined object, to reduce Value struct size from 80 to 32 bytes.
Pull Request resolved: pytorch#7152
This diff aims to reduce the size of the `Value` struct from 80 bytes to 32 bytes by storing a unique pointer to `StagingBuffer` and `SymInt` instead of inlining the objects.
ghstack-source-id: 257227239
@exported-using-ghexport
Differential Revision: [D66677759](https://our.internmc.facebook.com/intern/diff/D66677759/)
Co-authored-by: Vivek Trivedi <[email protected]>
0 commit comments