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] lowering ExecuTorch tensor dtype for Vulkan tensor dtype to enable 64bit
# Context
We are aligning with other delegate in how they handle 64bit output dtypes. In this case, we only previously had support for integers, but this is also adding support for doubles. We convert the values in place so that we can be more performant.
# Changes
Add a conversion from 64bit output to 32bit output so that its compatible with vulkan.
Differential Revision: [D77746134](https://our.internmc.facebook.com/intern/diff/D77746134/)
[ghstack-poisoned]
0 commit comments