| 426 | } |
| 427 | |
| 428 | void NcclManager::AddBroadcastRecv(std::unique_ptr<Participant> participant, |
| 429 | const Context& context) { |
| 430 | AddParticipant(std::move(participant), context, kBroadcast, |
| 431 | ncclSum /* unused */); |
| 432 | } |
| 433 | |
| 434 | void NcclManager::AddReduceSend(std::unique_ptr<Participant> participant, |
| 435 | const Context& context, |
no outgoing calls