File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Welcome to PyTorch Tutorials
3
3
4
4
**What's new in PyTorch tutorials? **
5
5
6
+ * `A guide on good usage of non_blocking and pin_memory() in PyTorch <https://pytorch.org/tutorials/intermediate/pinmem_nonblock.html >`__
6
7
* `Introduction to Distributed Pipeline Parallelism <https://pytorch.org/tutorials/intermediate/pipelining_tutorial.html >`__
7
8
* `Introduction to Libuv TCPStore Backend <https://pytorch.org/tutorials/intermediate/TCPStore_libuv_backend.html >`__
8
9
* `Asynchronous Saving with Distributed Checkpoint (DCP) <https://pytorch.org/tutorials/recipes/distributed_async_checkpoint_recipe.html >`__
@@ -949,7 +950,6 @@ Additional Resources
949
950
beginner/basics/autogradqs_tutorial
950
951
beginner/basics/optimization_tutorial
951
952
beginner/basics/saveloadrun_tutorial
952
- intermediate/pinmem_nonblock
953
953
advanced/custom_ops_landing_page
954
954
955
955
.. toctree ::
@@ -977,6 +977,7 @@ Additional Resources
977
977
beginner/pytorch_with_examples
978
978
beginner/nn_tutorial
979
979
intermediate/tensorboard_tutorial
980
+ intermediate/pinmem_nonblock
980
981
981
982
.. toctree ::
982
983
:maxdepth: 2
You can’t perform that action at this time.
0 commit comments