Skip to content

Commit 2d0446b

Browse files
rascaniclaude
andauthored
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

File tree

  • backends/cortex_m/passes

backends/cortex_m/passes/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ fbcode_target(_kind = runtime.python_library,
3535
"cortex_m_pass_manager.py",
3636
"decompose_hardswish_pass.py",
3737
"decompose_mean_pass.py",
38+
"matmul_to_bmm_pass.py",
3839
"quantized_clamp_activation_pass.py",
3940
"scratch_buffer_sizes.py",
4041
],

0 commit comments

Comments
 (0)