Skip to content

Commit a8f4ea6

Browse files
committed
remove split and split_with_size from decomp tables
1 parent 18e6b7f commit a8f4ea6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

projects/pt1/python/torch_mlir/dynamo.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ def _get_decomposition_table():
5252
# support for aten.native_batch_norm_backward.
5353
aten._native_batch_norm_legit_functional,
5454
aten.native_group_norm,
55-
aten.split.Tensor,
56-
aten.split_with_sizes,
5755
aten.norm.ScalarOpt_dim,
5856
aten.embedding_dense_backward,
5957
aten.native_layer_norm_backward,

python/torch_mlir/extras/fx_decomp_util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
torch.ops.aten.norm.ScalarOpt_dim,
1111
torch.ops.aten.native_group_norm,
1212
torch.ops.aten.upsample_bilinear2d.vec,
13-
torch.ops.aten.split.Tensor,
14-
torch.ops.aten.split_with_sizes,
1513
torch.ops.aten.native_layer_norm,
1614
torch.ops.aten.masked_fill.Tensor,
1715
torch.ops.aten.masked_fill.Scalar,

0 commit comments

Comments
 (0)