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][ez] Update requirements for partitioning to_dim_order_copy (#7949)
Pull Request resolved: #7859
## Context
The previous registration of the to dim order copy op is incorrect. Currently, there is no implementation for the op in the Vulkan backend, but since Vulkan manages memory layout internally the op node can be removed as long as the only thing being changed is dim order.
In some instances the op can be used to modify the dtype, in which case it will not be removed and the Vulkan delegate cannot execute the op correctly. Therefore, update the registration of the op to reflect this restriction.
This diff should unblock enabling dim order ops for Vulkan.
ghstack-source-id: 262710507
@exported-using-ghexport
Differential Revision: [D68528213](https://our.internmc.facebook.com/intern/diff/D68528213/)
Co-authored-by: Stephen Jia <[email protected]>
(cherry picked from commit 5ee5f2f)
0 commit comments