Skip to content

Commit 7827fa4

Browse files
committed
chore: Add supports_dynamic_shapes flag for where ops
1 parent ac4bf90 commit 7827fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/dynamo/conversion/aten_ops_converters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def aten_ops_split(
656656
)
657657

658658

659-
@dynamo_tensorrt_converter(torch.ops.aten.where.self)
659+
@dynamo_tensorrt_converter(torch.ops.aten.where.self, supports_dynamic_shapes=True)
660660
def aten_ops_where(
661661
ctx: ConversionContext,
662662
target: Target,

0 commit comments

Comments
 (0)