We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758e38b commit 8a982dbCopy full SHA for 8a982db
python/torch_mlir/extras/fx_decomp_util.py
@@ -49,8 +49,6 @@
49
torch.ops.aten.nan_to_num.default,
50
torch.ops.aten.unbind,
51
torch.ops.aten.diag,
52
- torch.ops.aten.lstm.input,
53
- torch.ops.aten.gru.input,
54
]
55
if hasattr(torch.ops.aten, "_scaled_dot_product_flash_attention_for_cpu"):
56
DEFAULT_DECOMPOSITIONS.append(
0 commit comments