Skip to content

Commit

Permalink
feat: Add aten.unbind decomposition for VIT (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive authored Nov 2, 2023
1 parent 37b5cde commit 7c462ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/torch_tensorrt/dynamo/lowering/_decomposition_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
aten.transpose.int,
aten.tril.default,
aten.triu.default,
aten.unbind,
aten.unfold,
aten.unfold_backward,
aten.unfold_copy,
Expand Down

0 comments on commit 7c462ae

Please sign in to comment.