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 8a9fb9a commit a1bc4fcCopy full SHA for a1bc4fc
prototype_source/gpu_direct_storage.py
@@ -67,7 +67,7 @@
67
#
68
# If you are continuously saving the same state dictionary during training, you
69
# would only need to obtain the offsets once and the same offsets can be re-used. Similarly if tensor is going to
70
-# be loaded to repeatedly one can use the ``torch.cuda.gds.gds_register_buffer`` which wraps
+# be saved or loaded to repeatedly one can use the ``torch.cuda.gds.gds_register_buffer`` which wraps
71
# ``cuFileBufRegister`` to register the storages as gds buffers.
72
73
0 commit comments