Skip to content

Commit 54f44bf

Browse files
committed
update compilers_index.rst
1 parent 5e028c8 commit 54f44bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

compilers_index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)