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 ba7f4e8 commit a5f98f1Copy full SHA for a5f98f1
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