Skip to content

Commit 8f4d6d7

Browse files
author
Vincent Moens
committed
edit index.rst
1 parent ed465bd commit 8f4d6d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Welcome to PyTorch Tutorials
33

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

6+
* `A guide on good usage of non_blocking and pin_memory() in PyTorch <https://pytorch.org/tutorials/intermediate/pinmem_nonblock.html>`__
67
* `Introduction to Distributed Pipeline Parallelism <https://pytorch.org/tutorials/intermediate/pipelining_tutorial.html>`__
78
* `Introduction to Libuv TCPStore Backend <https://pytorch.org/tutorials/intermediate/TCPStore_libuv_backend.html>`__
89
* `Asynchronous Saving with Distributed Checkpoint (DCP) <https://pytorch.org/tutorials/recipes/distributed_async_checkpoint_recipe.html>`__
@@ -949,7 +950,6 @@ Additional Resources
949950
beginner/basics/autogradqs_tutorial
950951
beginner/basics/optimization_tutorial
951952
beginner/basics/saveloadrun_tutorial
952-
intermediate/pinmem_nonblock
953953
advanced/custom_ops_landing_page
954954

955955
.. toctree::
@@ -977,6 +977,7 @@ Additional Resources
977977
beginner/pytorch_with_examples
978978
beginner/nn_tutorial
979979
intermediate/tensorboard_tutorial
980+
intermediate/pinmem_nonblock
980981

981982
.. toctree::
982983
:maxdepth: 2

0 commit comments

Comments
 (0)