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
Summary:
## Context
#9938 made it so that `linalg_vector_norm` is now decomposed when exporting to Edge. However, this broke some tests in the arm delegate which does not expect the op to be decomposed.
## Changes
Add `linalg_vector_norm` to the list of ops not to decompose in the arm partitioner.
Test Plan:
## Test Plan
Check CI that failing test is recovered.
0 commit comments