Commit 8e653a6
authored
Arm backend: Cleanup dim-order and permute handling (pytorch#19278)
- Replace u55 permute dimension check with a u55-only pass decomposing
large permutes. This pass checks for support by compiling targeted
permutes using Vela to ensure alignment between Executorch and Vela.
- Remove passes and testing not required anymore after dim-order update.
- Remove all outdated mention of dim-order in the arm backend.
Signed-off-by: Adrian Lundell <adrian.lundell@arm.com>1 parent 0a113f8 commit 8e653a6
33 files changed
Lines changed: 439 additions & 1994 deletions
File tree
- backends/arm
- _passes
- operator_support
- operators
- test
- misc
- ops
- passes
- tester
- tosa
- dialect
- ops
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 63 | | |
68 | 64 | | |
69 | 65 | | |
| |||
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
| 76 | + | |
80 | 77 | | |
81 | 78 | | |
82 | 79 | | |
| |||
167 | 164 | | |
168 | 165 | | |
169 | 166 | | |
170 | | - | |
171 | 167 | | |
172 | 168 | | |
173 | 169 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
536 | 537 | | |
537 | 538 | | |
538 | 539 | | |
539 | | - | |
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| 546 | + | |
| 547 | + | |
546 | 548 | | |
547 | 549 | | |
548 | 550 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | 367 | | |
373 | 368 | | |
374 | 369 | | |
| |||
Lines changed: 0 additions & 147 deletions
This file was deleted.
0 commit comments