Commit c4ec988
Arm backend: add missing buck deps for transform passes in arm_pass_manager (#19191)
### Summary
arm_pass_manager.py imports three transform modules that were missing
from the arm_pass_manager_base buck target deps:
- fuse_cascaded_transpose_or_permute_ops
- postpone_permute_below_squeeze_view
- remove_permutes_around_elementwise_ops
This caused ModuleNotFoundError at import time, breaking ARM backend
test collection.
Differential Revision: D102650122
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils
@Sebastian-Larsson @robell
Co-authored-by: Matthias Cremon <matthiascremon@meta.com>1 parent a88b7d1 commit c4ec988
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments