Skip to content

Commit 8a982db

Browse files
committed
Rebase main
1 parent 758e38b commit 8a982db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

python/torch_mlir/extras/fx_decomp_util.py

-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@
4949
torch.ops.aten.nan_to_num.default,
5050
torch.ops.aten.unbind,
5151
torch.ops.aten.diag,
52-
torch.ops.aten.lstm.input,
53-
torch.ops.aten.gru.input,
5452
]
5553
if hasattr(torch.ops.aten, "_scaled_dot_product_flash_attention_for_cpu"):
5654
DEFAULT_DECOMPOSITIONS.append(

0 commit comments

Comments
 (0)