Skip to content

Commit 46943d6

Browse files
zeshengzongAlannaBurkesvekars
authored
Fix invalid page links in tutorial (#3205)
Co-authored-by: Alanna Burke <[email protected]> Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 20c3111 commit 46943d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/inductor_debug_cpu.py

+2-2
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://pytorch.org/docs/stable/torch.compiler_inductor_profiling.html>`_.
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)