Skip to content

Commit 70c7434

Browse files
committed
Add a card and toctree
1 parent f222c45 commit 70c7434

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,13 @@ Welcome to PyTorch Tutorials
439439
:link: advanced/python_custom_ops.html
440440
:tags: Extending-PyTorch,Frontend-APIs,C++,CUDA
441441

442+
.. customcarditem::
443+
:header: Compiled Autograd: Capturing a larger backward graph for ``torch.compile``
444+
:card_description: Learn how to use compiled autograd to capture a larger backward graph.
445+
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
446+
:link: intermediate/compiled_autograd_tutorial
447+
:tags: Model-Optimization,CUDA
448+
442449
.. customcarditem::
443450
:header: Custom C++ and CUDA Operators
444451
:card_description: How to extend PyTorch with custom C++ and CUDA operators.
@@ -1132,6 +1139,7 @@ Additional Resources
11321139
intermediate/nvfuser_intro_tutorial
11331140
intermediate/ax_multiobjective_nas_tutorial
11341141
intermediate/torch_compile_tutorial
1142+
intermediate/compiled_autograd_tutorial
11351143
intermediate/inductor_debug_cpu
11361144
intermediate/scaled_dot_product_attention_tutorial
11371145
beginner/knowledge_distillation_tutorial

0 commit comments

Comments
 (0)