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 because export passes cannot
handle the decomposed operator sequence. To account for this, add
`xfail` for the failing tests since `linalg_vector_norm` is not
supported in TOSA yet.
## Changes
Add `xfail` for `norm` tests in `test_torch_functions.py`
Test Plan:
## Test Plan
Check CI that failing test is recovered.
(cherry picked from commit f2a08da)
0 commit comments