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 @@ -40,6 +40,13 @@ control, as well as third-party backend solutions.
4040 :link: intermediate/torch_compile_tutorial.html
4141 :tags: Model-Optimization,torch.compile
4242
43+ .. customcarditem ::
44+ :header: torch.compile End-to-End Tutorial
45+ :card_description: An example of applying torch.compile to a real model, demonstrating speedups.
46+ :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
47+ :link: intermediate/torch_compile_full_example.html
48+ :tags: Model-Optimization,torch.compile
49+
4350.. customcarditem ::
4451 :header: Compiled Autograd: Capturing a larger backward graph for torch.compile
4552 :card_description: Learn how to use compiled autograd to capture a larger backward graph.
@@ -177,6 +184,7 @@ control, as well as third-party backend solutions.
177184 :caption: torch.compile
178185
179186 intermediate/torch_compile_tutorial
187+ intermediate/torch_compile_full_example
180188 intermediate/compiled_autograd_tutorial
181189 intermediate/inductor_debug_cpu
182190 recipes/torch_compiler_set_stance_tutorial
You can’t perform that action at this time.
0 commit comments