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 d3befe4 commit 1dfe315Copy full SHA for 1dfe315
intermediate_source/pinmem_nonblock.py
@@ -724,5 +724,5 @@ def pin_copy_to_device_nonblocking(*tensors):
724
# - `CUDA toolkit memory management doc <https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__MEMORY.html>`_;
725
# - `CUDA pin-memory note <https://forums.developer.nvidia.com/t/pinned-memory/268474>`_;
726
# - `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.
+# - tensordict :meth:`~tensordict.TensorDictBase.to` method.
728
#
0 commit comments