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

Method AddToAllGather

tensorflow/core/nccl/nccl_manager.cc:415–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

RunMethod · 0.80
TYPED_TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TYPED_TESTFunction · 0.64