We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec1a4f commit 6d44eafCopy full SHA for 6d44eaf
1 file changed
tests/python/disco/test_nvshmem.py
@@ -125,7 +125,7 @@ def test_nvshmem_empty(num_workers):
125
126
127
if __name__ == "__main__":
128
- # After the first call to `nvshmem_init``, a subsequent call to `nvshmem_init`
+ # After the first call to `nvshmem_init`, a subsequent call to `nvshmem_init`
129
# or `nvshmem_init_thread` in the same program results in undefined behavior.
130
# So we always create a new process to run the test. Then no repeated nvshmem
131
# init happens in the same process, since the worker0 may share the same process.
0 commit comments