Skip to content

Commit 254d67d

Browse files
authored
Merge branch 'main' into whatsnew2-8
2 parents c8772cc + 9ec311a commit 254d67d

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

index.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ Welcome to PyTorch Tutorials
33

44
**What's new in PyTorch tutorials?**
55

6-
* `Integrating Custom Operators with Sycl for Intel GPU <https://pytorch.org/tutorials/advanced/cpp_custom_ops_sycl.html>`__
7-
* `Supporting Custom C++ Classes in torch.compile/torch.export <https://docs.pytorch.org/tutorials/advanced/custom_class_pt2.html>`__
8-
* `Accelerating torch.save and torch.load with GPUDirect Storage <https://docs.pytorch.org/tutorials/unstable/gpu_direct_storage.html>`__
9-
* `Getting Started with Fully Sharded Data Parallel (FSDP2) <https://docs.pytorch.org/tutorials/intermediate/FSDP_tutorial.html>`__
6+
* `Utilizing Torch Function modes with torch.compile <https://pytorch.org/tutorials/recipes/torch_compile_torch_function_modes.html>`__
7+
* `Context Parallel Tutorial <https://pytorch.org/tutorials/unstable/context_parallel.html>`__
8+
* `(beta) Explicit horizontal fusion with foreach_map and torch.compile <https://pytorch.org/tutorials/recipes/foreach_map.html>`__
9+
* Updated `Inductor Windows CPU Tutorial <https://pytorch.org/tutorials/unstable/inductor_windows.html>`__
10+
1011

1112
.. raw:: html
1213

@@ -24,7 +25,7 @@ Welcome to PyTorch Tutorials
2425
.. customcalloutitem::
2526
:description: Bite-size, ready-to-deploy PyTorch code examples.
2627
:header: PyTorch Recipes
27-
:button_link: recipes/recipes_index.html
28+
:button_link: recipes_index.html
2829
:button_text: Explore Recipes
2930

3031
.. End of callout item section

recipes_source/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ Recipes
22
------------------
33
1. recipes/* and recipes_index.rst
44
PyTorch Recipes
5-
https://pytorch.org/tutorials/recipes/recipes_index.html
5+
https://pytorch.org/tutorials/recipes_index.html
66

77

redirects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"prototype/backend_config_tutorial.html": "../index.html",
2020
"prototype/numeric_suite_tutorial.html": "../index.html",
2121
"prototype/quantization_in_pytorch_2_0_export_tutorial.html": "../index.html",
22+
"prototype/inductor_windows.html": "https://pytorch.org/tutorials/unstable/inductor_windows.html",
2223
"prototype/pt2e_quant_ptq.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_ptq.html",
2324
"prototype/pt2e_quant_qat.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quant_qat.html",
2425
"prototype/pt2e_quantizer.html": "https://docs.pytorch.org/ao/main/tutorials_source/pt2e_quantizer.html",

0 commit comments

Comments
 (0)