Skip to content

Commit 7a1cdb3

Browse files
authored
feat: Decomposition for _unsafe_index (#2386)
1 parent f3f475b commit 7a1cdb3

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
@@ -158,6 +158,7 @@
158158
aten.unfold,
159159
aten.unfold_backward,
160160
aten.unfold_copy,
161+
aten._unsafe_index,
161162
aten.upsample_bilinear2d,
162163
aten.upsample_bilinear2d.vec,
163164
aten.upsample_nearest2d_backward,

0 commit comments

Comments
 (0)