Skip to content

Commit

Permalink
fix the issue decribled by #108380 (#108759)
Browse files Browse the repository at this point in the history
Fixes #108380

As the title shown.

Pull Request resolved: #108759
Approved by: https://github.com/awgu
  • Loading branch information
FFFrog authored and pytorchmergebot committed Sep 7, 2023
1 parent b928e08 commit 121cfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1848,7 +1848,7 @@ c10::intrusive_ptr<Work> ProcessGroupNCCL::pointToPoint(
// Therefore, we warn and fall back to the typical recordStream logic:
TORCH_WARN_ONCE(
avoidRecordStreams_,
"NCCL_AVOID_RECORD_STREAMS=1 has no effect for point-to-point "
"TORCH_NCCL_AVOID_RECORD_STREAMS=1 has no effect for point-to-point "
"collectives.");

const auto devices = getDeviceList(tensors);
Expand Down

0 comments on commit 121cfb6

Please sign in to comment.