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

Method AddBroadcastSend

tensorflow/core/nccl/nccl_manager.cc:421–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421void NcclManager::AddBroadcastSend(std::unique_ptr<Participant> participant,
422 const Context& context) {
423 participant->root = true;
424 AddParticipant(std::move(participant), context, kBroadcast,
425 ncclSum /* unused */);
426}
427
428void NcclManager::AddBroadcastRecv(std::unique_ptr<Participant> participant,
429 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