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] [ET-VK] Reduced int precision for all int storage in conv pw op to improve performance. (#7499)
[ET-VK] Reduced int precision for all int storage in conv pw op to improve performance.
Pull Request resolved: #7447
This diff reduces the precision of all int storage in the conv pw op to improve performance. The code changes include adding the extension GL_EXT_shader_explicit_arithmetic_types_int16 and changing the data type of ints to uint16.
ghstack-source-id: 260166244
@exported-using-ghexport
Differential Revision: [D67674212](https://our.internmc.facebook.com/intern/diff/D67674212/)
Co-authored-by: Vivek Trivedi <[email protected]>
0 commit comments