Skip to content

Commit 1dfe315

Browse files
author
Vincent Moens
committed
edit tensordict to() link
1 parent d3befe4 commit 1dfe315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/pinmem_nonblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,5 +724,5 @@ def pin_copy_to_device_nonblocking(*tensors):
724724
# - `CUDA toolkit memory management doc <https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__MEMORY.html>`_;
725725
# - `CUDA pin-memory note <https://forums.developer.nvidia.com/t/pinned-memory/268474>`_;
726726
# - `How to Optimize Data Transfers in CUDA C/C++ <https://developer.nvidia.com/blog/how-optimize-data-transfers-cuda-cc/>`_;
727-
# - tensordict :meth:`~tensordict.TensorDict.to` method.
727+
# - tensordict :meth:`~tensordict.TensorDictBase.to` method.
728728
#

0 commit comments

Comments
 (0)