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 58e7c71 commit 966c156Copy full SHA for 966c156
torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp
@@ -4124,8 +4124,8 @@ c10::intrusive_ptr<Work> ProcessGroupNCCL::barrier(const BarrierOptions& opts) {
4124
" using GPU ",
4125
barDevIdx,
4126
" to perform barrier as devices used by this process are currently unknown. ",
4127
- "This can potentially cause a hang if this rank to GPU mapping is incorrect.",
4128
- "Specify device_ids in barrier() to force use of a particular device,",
+ "This can potentially cause a hang if this rank to GPU mapping is incorrect. ",
+ "Specify device_ids in barrier() to force use of a particular device, ",
4129
"or call init_process_group() with a device_id.");
4130
}
4131
0 commit comments