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
## Context
Vulkan cannot represent higher dimensional tensors (tensors with dim > 4) at the moment, but due to some refactors implemented last year the partitioner check to avoid lowering ops that involve high dimensional tensors was accidentally removed.
This diff adds back the check, as well as a test to verify that high dimensional tensors do not get lowered.
Differential Revision: [D68630966](https://our.internmc.facebook.com/intern/diff/D68630966/)
[ghstack-poisoned]
0 commit comments