Skip to content

Commit

Permalink
fix: Naming issue in opset coverage tool (#2477)
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-olive authored Nov 29, 2023
1 parent e79ca21 commit 73fefbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/torch_tensorrt/dynamo/tools/opset_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def opset_coverage(
if registry_data["Dynamo ATen Converters Registry"] >= 1:
status = SupportStatus.CONVERTED
support_count += 1
elif registry_data["FX ATen Converters Registry"] >= 1:
elif registry_data["FX Legacy ATen Converters Registry"] >= 1:
status = SupportStatus.LEGACY_CONVERTED
legacy_count += 1

Expand Down

0 comments on commit 73fefbb

Please sign in to comment.