8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f344f commit d4b2963Copy full SHA for d4b2963
torch/_dynamo/logging.py
@@ -44,6 +44,7 @@ def get_loggers() -> list[logging.Logger]:
44
45
# Update num_steps if more phases are added: Dynamo, AOT, Backend
46
# This is very inductor centric
47
+# _inductor.utils.has_triton() gives a circular import error here
48
49
if not disable_progress:
50
try:
0 commit comments