Skip to content

Commit f29596c

Browse files
committed
chore: Add supports_dynamic_shapes flag for where ops
1 parent ffa1bea commit f29596c

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
@@ -667,7 +667,7 @@ def aten_ops_split(
667667
)
668668

669669

670-
@dynamo_tensorrt_converter(torch.ops.aten.where.self)
670+
@dynamo_tensorrt_converter(torch.ops.aten.where.self, supports_dynamic_shapes=True)
671671
def aten_ops_where(
672672
ctx: ConversionContext,
673673
target: Target,

0 commit comments

Comments
 (0)