Skip to content

Commit a757b92

Browse files
committed
update the invalid link in inductor_debug_cpu
1 parent 051689b commit a757b92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/inductor_debug_cpu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
#
2020
# Meanwhile, you may also find related tutorials about ``torch.compile``
2121
# around `basic usage <https://pytorch.org/tutorials/intermediate/torch_compile_tutorial.html>`_,
22-
# comprehensive `troubleshooting <https://pytorch.org/docs/stable/dynamo/troubleshooting.html>`_
23-
# and GPU-specific knowledge like `GPU performance profiling <https://github.com/pytorch/pytorch/blob/main/docs/source/compile/profiling_torch_compile.rst>`_.
22+
# comprehensive `troubleshooting <https://pytorch.org/docs/stable/torch.compiler_troubleshooting.html>`_
23+
# and GPU-specific knowledge like `GPU performance profiling <https://github.com/pytorch/pytorch/blob/main/docs/source/torch.compiler_profiling_torch_compile.rst>`_.
2424
#
2525
# We will start debugging with a motivating example that triggers compilation issues and accuracy problems
2626
# by demonstrating the process of debugging to pinpoint the problems.

0 commit comments

Comments
 (0)