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] Using shared memory to save position in conv2d dw output op.
Pull Request resolved: #7923
This diff introduces a change to conv2d dw op to save output positions in shared memory, which reduces register usage and improves performance.
ghstack-source-id: 262858893
@exported-using-ghexport
Differential Revision: [D68400890](https://our.internmc.facebook.com/intern/diff/D68400890/)
// macro to offset shared memory access index. Padding position index by 1 offset per 16 positions avoidd bank access conflict and thus improves performance.
0 commit comments