File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ Welcome to PyTorch Tutorials
3
3
4
4
**What's new in PyTorch tutorials? **
5
5
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 >`__
6
+
7
+ * `Integrating Custom Operators with Sycl for Intel GPU <https://pytorch.org/tutorials/advanced/cpp_custom_ops_sycl.html >`__
8
+ * `Supporting Custom C++ Classes in torch.compile/torch.export <https://docs.pytorch.org/tutorials/advanced/custom_class_pt2.html >`__
9
+ * `Accelerating torch.save and torch.load with GPUDirect Storage <https://docs.pytorch.org/tutorials/unstable/gpu_direct_storage.html >`__
10
+ * `Getting Started with Fully Sharded Data Parallel (FSDP2) <https://docs.pytorch.org/tutorials/intermediate/FSDP_tutorial.html >`__
10
11
11
12
.. raw :: html
12
13
You can’t perform that action at this time.
0 commit comments