Skip to content

Commit

Permalink
fix: Remove supported ops from decompositions (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive authored Oct 11, 2023
1 parent 123a486 commit ac908bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions py/torch_tensorrt/dynamo/lowering/_decomposition_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
aten.diag_embed,
aten.diagonal_backward,
aten.dot,
aten.elu,
aten.elu_backward,
aten._embedding_bag,
aten.embedding_dense_backward,
Expand Down Expand Up @@ -93,7 +92,6 @@
aten.mish,
aten.mse_loss,
aten.mse_loss_backward,
aten.mv,
aten.mvlgamma,
aten.nansum,
aten.nan_to_num,
Expand Down

0 comments on commit ac908bf

Please sign in to comment.