Skip to content

Commit

Permalink
Drop decomposition in torchdynamo
Browse files Browse the repository at this point in the history
Fix torchdynamo test for IndexSelect by not letting it decompose.
  • Loading branch information
TinaAMD committed Nov 14, 2023
1 parent e3571de commit 767d22d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/torch_mlir/dynamo.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ def _get_decomposition_table():
aten.squeeze,
aten.cumsum,
aten.im2col,
aten.index_select,
aten.linalg_vector_norm,
aten.index_select,
aten.eye,
]
# TODO: enable test once 2.1.0 is stable
Expand Down

0 comments on commit 767d22d

Please sign in to comment.