Skip to content

Commit 4f94627

Browse files
committed
Remove ops from decompositions where converters exist
1 parent 7f14221 commit 4f94627

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

py/torch_tensorrt/dynamo/lowering/_decomposition_groups.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
aten.diagonal_backward,
3636
aten.dot,
3737
aten.elu_backward,
38-
aten._embedding_bag,
3938
aten.embedding_dense_backward,
4039
aten._euclidean_dist.default,
4140
aten.expand_as,
@@ -49,7 +48,6 @@
4948
aten.grid_sampler_2d,
5049
aten.hardshrink,
5150
aten.hardshrink_backward,
52-
aten.hardsigmoid,
5351
aten.hardsigmoid_backward,
5452
aten.hardswish,
5553
aten.hardswish_,
@@ -71,7 +69,6 @@
7169
aten.isneginf,
7270
aten.isposinf,
7371
aten.l1_loss,
74-
aten.leaky_relu,
7572
aten.leaky_relu_,
7673
aten.leaky_relu_backward,
7774
aten.lerp,
@@ -135,7 +132,6 @@
135132
aten.soft_margin_loss_backward,
136133
aten._softmax.out,
137134
aten._softmax_backward_data,
138-
aten.softplus,
139135
aten.softplus_backward,
140136
aten.softshrink,
141137
aten.softshrink_backward,
@@ -157,8 +153,6 @@
157153
aten.unfold_backward,
158154
aten.unfold_copy,
159155
aten._unsafe_index,
160-
aten.upsample_bilinear2d,
161-
aten.upsample_bilinear2d.vec,
162156
aten.upsample_nearest2d_backward,
163157
aten.var,
164158
aten.var_mean,
@@ -173,7 +167,6 @@
173167
aten.linalg_vector_norm,
174168
aten.full,
175169
aten.repeat,
176-
aten.var_mean,
177170
}
178171
torch_disabled_decompositions: Set[Union[OpOverload, OpOverloadPacket]] = {
179172
aten._softmax.default,

0 commit comments

Comments
 (0)