Skip to content

Commit ea6a201

Browse files
committed
Remove ops from decompositions where converters exist
1 parent ad74a73 commit ea6a201

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

py/torch_tensorrt/dynamo/lowering/_decomposition_groups.py

Lines changed: 0 additions & 8 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,
@@ -46,10 +45,8 @@
4645
aten.gelu,
4746
aten.gelu_backward,
4847
aten.glu_backward,
49-
aten.grid_sampler_2d,
5048
aten.hardshrink,
5149
aten.hardshrink_backward,
52-
aten.hardsigmoid,
5350
aten.hardsigmoid_backward,
5451
aten.hardswish,
5552
aten.hardswish_,
@@ -71,7 +68,6 @@
7168
aten.isneginf,
7269
aten.isposinf,
7370
aten.l1_loss,
74-
aten.leaky_relu,
7571
aten.leaky_relu_,
7672
aten.leaky_relu_backward,
7773
aten.lerp,
@@ -135,7 +131,6 @@
135131
aten.soft_margin_loss_backward,
136132
aten._softmax.out,
137133
aten._softmax_backward_data,
138-
aten.softplus,
139134
aten.softplus_backward,
140135
aten.softshrink,
141136
aten.softshrink_backward,
@@ -157,8 +152,6 @@
157152
aten.unfold_backward,
158153
aten.unfold_copy,
159154
aten._unsafe_index,
160-
aten.upsample_bilinear2d,
161-
aten.upsample_bilinear2d.vec,
162155
aten.upsample_nearest2d_backward,
163156
aten.var,
164157
aten.var_mean,
@@ -173,7 +166,6 @@
173166
aten.linalg_vector_norm,
174167
aten.full,
175168
aten.repeat,
176-
aten.var_mean,
177169
}
178170
torch_disabled_decompositions: Set[Union[OpOverload, OpOverloadPacket]] = {
179171
aten._softmax.default,

0 commit comments

Comments
 (0)