We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e79ca21 commit 73fefbbCopy full SHA for 73fefbb
py/torch_tensorrt/dynamo/tools/opset_coverage.py
@@ -141,7 +141,7 @@ def opset_coverage(
141
if registry_data["Dynamo ATen Converters Registry"] >= 1:
142
status = SupportStatus.CONVERTED
143
support_count += 1
144
- elif registry_data["FX ATen Converters Registry"] >= 1:
+ elif registry_data["FX Legacy ATen Converters Registry"] >= 1:
145
status = SupportStatus.LEGACY_CONVERTED
146
legacy_count += 1
147
0 commit comments