From dac61de717598b59cc8cda131322b025ca7a60ef Mon Sep 17 00:00:00 2001 From: Alanna Burke Date: Mon, 21 Apr 2025 16:18:24 -0400 Subject: [PATCH 1/3] Updating tutorials for 2.7. --- index.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/index.rst b/index.rst index 155b63a006d..6a68cbe67e7 100644 --- a/index.rst +++ b/index.rst @@ -3,13 +3,11 @@ Welcome to PyTorch Tutorials **What's new in PyTorch tutorials?** -* `Dynamic Compilation Control with torch.compiler.set_stance `__ -* `Accelerating PyTorch Transformers by replacing nn.Transformer with Nested Tensors and torch.compile() `__ -* `Understanding the torch.export Flow and Solutions to Common Challenges `__ -* Updated `torch.export Tutorial `__ with automatic dynamic shapes ``Dim.AUTO`` -* Updated `torch.export AOTInductor Tutorial for Python runtime `__ -* Updated `Using User-Defined Triton Kernels with torch.compile `__ with new ``torch.library.triton_op`` -* Updated `Compile Time Caching in torch.compile `__ with new ``Mega-Cache`` +* `Utilizing Torch Function modes with torch.compile `__ +* `Context Parallel Tutorial `__ +* `PyTorch 2 Export Quantization with Intel GPU Backend through Inductor `__ +* `(beta) Explicit horizontal fusion with foreach_map and torch.compile `__ +* Updated `Inductor Windows CPU Tutorial `__ .. raw:: html From 308d63eef5bbd9b8cd9ba449d0aa5d15ab756476 Mon Sep 17 00:00:00 2001 From: Alanna Burke Date: Mon, 21 Apr 2025 16:25:24 -0400 Subject: [PATCH 2/3] Updating tutorials for 2.7. --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index 6a68cbe67e7..e509fa57b41 100644 --- a/index.rst +++ b/index.rst @@ -5,7 +5,7 @@ Welcome to PyTorch Tutorials * `Utilizing Torch Function modes with torch.compile `__ * `Context Parallel Tutorial `__ -* `PyTorch 2 Export Quantization with Intel GPU Backend through Inductor `__ +* `PyTorch 2 Export Quantization with Intel GPU Backend through Inductor `__ * `(beta) Explicit horizontal fusion with foreach_map and torch.compile `__ * Updated `Inductor Windows CPU Tutorial `__ From 81c6470cbb4b372fee62d2196006b1b9fe0e3f6d Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 23 Apr 2025 09:15:53 -0700 Subject: [PATCH 3/3] Update index.rst --- index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.rst b/index.rst index e509fa57b41..e4ab3c1d81e 100644 --- a/index.rst +++ b/index.rst @@ -6,7 +6,7 @@ Welcome to PyTorch Tutorials * `Utilizing Torch Function modes with torch.compile `__ * `Context Parallel Tutorial `__ * `PyTorch 2 Export Quantization with Intel GPU Backend through Inductor `__ -* `(beta) Explicit horizontal fusion with foreach_map and torch.compile `__ +* `(beta) Explicit horizontal fusion with foreach_map and torch.compile `__ * Updated `Inductor Windows CPU Tutorial `__ .. raw:: html