Commit 2d0446b
Cortex-M: add matmul_to_bmm_pass.py to the passes BUCK srcs (#21042)
### Summary
#21028 added backends/cortex_m/passes/matmul_to_bmm_pass.py and imported
MatmulToBmmPass from cortex_m_pass_manager, but did not add the file to
the cortex_passes python_library srcs list, so the buck build cannot
resolve the import and internal builds and tests break. Add the missing
source; its imports (torch, exir pass_base) are already covered by the
target's deps.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent fb104cc commit 2d0446b
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments