Commit c3d303f
Sicheng Jia
[arm][ez] Do not decompose
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.linalg_vector_norm
1 parent 0bc52fe commit c3d303f
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
0 commit comments