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] Reduced int precision for all int storage in q linear op, and reducing some texture coordinate storage variables to improve performance. (#6595)
This diff makes changes to the q linear op in the Vulkan backend of Executorch.
The changes includes reducing the precision of all int storage to reduce register usage and improve performance.
The diff also replaces some big persistent texture coordinate storage variables with smaller variables to further improve performance.
Differential Revision: [D64780578](https://our.internmc.facebook.com/intern/diff/D64780578/)
ghstack-source-id: 249679441
Pull Request resolved: #6465
Co-authored-by: Vivek Trivedi <[email protected]>
0 commit comments