Skip to content

Commit be125a4

Browse files
mcr229facebook-github-bot
authored andcommitted
fix linear recomposition
Summary: Fixes the torchat ci where we are failing with expand copy. Reviewed By: digantdesai Differential Revision: D56204667
1 parent ab62707 commit be125a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/xnnpack/passes/convert_to_linear.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class ConvertToLinearPass(XNNPACKPass):
3636
targets = [
3737
exir_ops.edge.aten.mm.default,
3838
exir_ops.edge.aten.addmm.default,
39+
exir_ops.edge.aten.bmm.default,
3940
]
4041

4142
@staticmethod

0 commit comments

Comments
 (0)