We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea05816 commit db7df59Copy full SHA for db7df59
index.rst
@@ -4,6 +4,9 @@ Welcome to PyTorch Tutorials
4
**What's new in PyTorch tutorials?**
5
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/prototype/gpu_direct_storage.html>`__
9
+* `Getting Started with Fully Sharded Data Parallel (FSDP2) <https://docs.pytorch.org/tutorials/intermediate/FSDP_tutorial.html>`__
10
11
.. raw:: html
12
0 commit comments