Skip to content

Commit ac37217

Browse files
committed
feat: Decomposition for _unsafe_index (#2386)
1 parent e6e5170 commit ac37217

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/torch_tensorrt/dynamo/lowering/_decomposition_groups.py

+1
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)