From 636061a7f4e701e97092adc8aee911cc7dd5613e Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Thu, 12 Dec 2024 14:35:11 -0800 Subject: [PATCH] Add Compiler category in left nav --- index.rst | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/index.rst b/index.rst index 385e589de3..c95ab8d626 100644 --- a/index.rst +++ b/index.rst @@ -415,7 +415,7 @@ Welcome to PyTorch Tutorials :card_description: Learn how to use compiled autograd to capture a larger backward graph. :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png :link: intermediate/compiled_autograd_tutorial - :tags: Model-Optimization,CUDA + :tags: Model-Optimization,CUDA,Compiler .. customcarditem:: :header: Custom C++ and CUDA Operators @@ -585,7 +585,7 @@ Welcome to PyTorch Tutorials :card_description: Train BERT, prune it to be 2:4 sparse, and then accelerate it to achieve 2x inference speedups with semi-structured sparsity and torch.compile. :image: _static/img/thumbnails/cropped/Pruning-Tutorial.png :link: advanced/semi_structured_sparse.html - :tags: Text,Model-Optimization + :tags: Text,Model-Optimization,Compiler .. customcarditem:: :header: (beta) Dynamic Quantization on an LSTM Word Language Model @@ -637,18 +637,18 @@ Welcome to PyTorch Tutorials :tags: Model-Optimization,Best-Practice,Ax,TorchX .. customcarditem:: - :header: torch.compile Tutorial + :header: Introduction to torch.compile :card_description: Speed up your models with minimal code changes using torch.compile, the latest PyTorch compiler solution. :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png :link: intermediate/torch_compile_tutorial.html - :tags: Model-Optimization + :tags: Model-Optimization,Compiler .. customcarditem:: :header: Inductor CPU Backend Debugging and Profiling :card_description: Learn the usage, debugging and performance profiling for ``torch.compile`` with Inductor CPU backend. :image: _static/img/thumbnails/cropped/generic-pytorch-logo.png :link: intermediate/inductor_debug_cpu.html - :tags: Model-Optimization + :tags: Model-Optimization,Compiler .. customcarditem:: :header: (beta) Implementing High-Performance Transformers with SCALED DOT PRODUCT ATTENTION @@ -957,6 +957,17 @@ Additional Resources beginner/vt_tutorial intermediate/tiatoolbox_tutorial +.. toctree:: + :maxdepth: 1 + :includehidden: + :hidden: + :caption: Compiler + + intermediate/torch_compile_tutorial + intermediate/compiled_autograd_tutorial + intermediate/transformer_building_blocks + intermediate/inductor_debug_cpu + .. toctree:: :maxdepth: 2 :includehidden: @@ -1079,8 +1090,6 @@ Additional Resources intermediate/torchserve_with_ipex_2 intermediate/nvfuser_intro_tutorial intermediate/ax_multiobjective_nas_tutorial - intermediate/torch_compile_tutorial - intermediate/compiled_autograd_tutorial intermediate/inductor_debug_cpu intermediate/scaled_dot_product_attention_tutorial beginner/knowledge_distillation_tutorial