Skip to content

Commit 1b9870b

Browse files
committed
Remove ops from decompositions where converters exist
1 parent 543f436 commit 1b9870b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

py/torch_tensorrt/dynamo/lowering/_decomposition_groups.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
aten.glu_backward,
4949
aten.hardshrink,
5050
aten.hardshrink_backward,
51-
aten.hardsigmoid,
5251
aten.hardsigmoid_backward,
5352
aten.hardswish,
5453
aten.hardswish_,
@@ -66,11 +65,9 @@
6665
aten.index_copy_,
6766
aten.index_fill,
6867
aten.index_fill_,
69-
aten.index_select,
7068
aten.isneginf,
7169
aten.isposinf,
7270
aten.l1_loss,
73-
aten.leaky_relu,
7471
aten.leaky_relu_,
7572
aten.leaky_relu_backward,
7673
aten.lerp,
@@ -134,7 +131,6 @@
134131
aten.soft_margin_loss_backward,
135132
aten._softmax.out,
136133
aten._softmax_backward_data,
137-
aten.softplus,
138134
aten.softplus_backward,
139135
aten.softshrink,
140136
aten.softshrink_backward,
@@ -172,7 +168,6 @@
172168
aten.linalg_vector_norm,
173169
aten.full,
174170
aten.repeat,
175-
aten.var_mean,
176171
}
177172
torch_disabled_decompositions: Set[Union[OpOverload, OpOverloadPacket]] = {
178173
aten._softmax.default,

0 commit comments

Comments
 (0)