We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb2ef6 commit 4c42f51Copy full SHA for 4c42f51
intermediate_source/torch_compile_tutorial.py
@@ -424,6 +424,7 @@ def false_branch(y):
424
# ---------------
425
# Is ``torch.compile`` failing to speed up your model? Is compile time unreasonably long?
426
# Is your code recompiling excessively? Are you having difficulties dealing with graph breaks?
427
+# Are you looking for tips on how to best use ``torch.compile``?
428
# Or maybe you simply want to learn more about the inner workings of ``torch.compile``?
429
#
430
# Check out `the ``torch.compile`` troubleshooting guide <https://pytorch.org/docs/stable/torch.compiler_troubleshooting.html>`__!
0 commit comments