| 407 | } |
| 408 | |
| 409 | void NcclManager::AddToAllReduce(std::unique_ptr<Participant> participant, |
| 410 | const Context& context, |
| 411 | ncclRedOp_t reduction_op) { |
| 412 | AddParticipant(std::move(participant), context, kAllReduce, reduction_op); |
| 413 | } |
| 414 | |
| 415 | void NcclManager::AddToAllGather(std::unique_ptr<Participant> participant, |
| 416 | const Context& context) { |
no outgoing calls