Skip to content

Commit

Permalink
changing gather signature
Browse files Browse the repository at this point in the history
  • Loading branch information
apbose committed Nov 17, 2023
1 parent c4ae041 commit be2d5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/torch_tensorrt/dynamo/conversion/aten_ops_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def aten_ops_native_group_norm(
)


@dynamo_tensorrt_converter(torch.ops.aten.gather)
@dynamo_tensorrt_converter(torch.ops.aten.gather.default)
@enforce_tensor_types(
{
0: (TRTTensor,),
Expand Down

0 comments on commit be2d5ff

Please sign in to comment.