MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / AddToAllReduce

Method AddToAllReduce

tensorflow/core/nccl/nccl_manager.cc:409–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407}
408
409void 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
415void NcclManager::AddToAllGather(std::unique_ptr<Participant> participant,
416 const Context& context) {

Callers 4

RunMethod · 0.80
ComputeAsyncMethod · 0.80
TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TYPED_TESTFunction · 0.64