Skip to content

Commit 4b6d2c3

Browse files
mcr229facebook-github-bot
authored andcommitted
fix linear recomposition (#3064)
Summary: Pull Request resolved: #3064 Fixes the torchat ci where we are failing with expand copy. Reviewed By: digantdesai, mikekgfb, kirklandsign Differential Revision: D56204667 fbshipit-source-id: 1d648460b59785884c33cdd479eb9c4c7d452a2a
1 parent eb664a0 commit 4b6d2c3

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)