| 413 | } |
| 414 | |
| 415 | void NcclManager::AddToAllGather(std::unique_ptr<Participant> participant, |
| 416 | const Context& context) { |
| 417 | AddParticipant(std::move(participant), context, kAllGather, |
| 418 | ncclSum /* unused */); |
| 419 | } |
| 420 | |
| 421 | void NcclManager::AddBroadcastSend(std::unique_ptr<Participant> participant, |
| 422 | const Context& context) { |
no outgoing calls