Skip to content

Commit 73fefbb

Browse files
authored
fix: Naming issue in opset coverage tool (#2477)
1 parent e79ca21 commit 73fefbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/torch_tensorrt/dynamo/tools/opset_coverage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def opset_coverage(
141141
if registry_data["Dynamo ATen Converters Registry"] >= 1:
142142
status = SupportStatus.CONVERTED
143143
support_count += 1
144-
elif registry_data["FX ATen Converters Registry"] >= 1:
144+
elif registry_data["FX Legacy ATen Converters Registry"] >= 1:
145145
status = SupportStatus.LEGACY_CONVERTED
146146
legacy_count += 1
147147

0 commit comments

Comments
 (0)