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] Fix Build Errors in Vulkan Backend (#13170)
This change fixes build issues that arose from the addition of 2D
reduction to the Vulkan backend:
112a09f
```get_tensor()``` was moved to be a protected member of ComputeGraph a few minutes before the above commit got merged.
This change also slightly modifies op_registry.py to have a more conservative approach of allowing 2D reduction to be delegated.
cc @SS-JIA@manuelcandales@cbilgin
0 commit comments