File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -439,6 +439,13 @@ Welcome to PyTorch Tutorials
439
439
:link: advanced/python_custom_ops.html
440
440
:tags: Extending-PyTorch,Frontend-APIs,C++,CUDA
441
441
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
+
442
449
.. customcarditem ::
443
450
:header: Custom C++ and CUDA Operators
444
451
:card_description: How to extend PyTorch with custom C++ and CUDA operators.
@@ -1132,6 +1139,7 @@ Additional Resources
1132
1139
intermediate/nvfuser_intro_tutorial
1133
1140
intermediate/ax_multiobjective_nas_tutorial
1134
1141
intermediate/torch_compile_tutorial
1142
+ intermediate/compiled_autograd_tutorial
1135
1143
intermediate/inductor_debug_cpu
1136
1144
intermediate/scaled_dot_product_attention_tutorial
1137
1145
beginner/knowledge_distillation_tutorial
You can’t perform that action at this time.
0 commit comments