Skip to content

Commit 2549edb

Browse files
committed
feat: Add aten.unbind decomposition for VIT (#2430)
1 parent ae7f616 commit 2549edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/torch_tensorrt/dynamo/lowering/_decomposition_groups.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
aten.transpose.int,
154154
aten.tril.default,
155155
aten.triu.default,
156+
aten.unbind,
156157
aten.unfold,
157158
aten.unfold_backward,
158159
aten.unfold_copy,

0 commit comments

Comments
 (0)