Home
last modified time | relevance | path

Searched refs:GlobalRendezvousManager (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_all_reduce_thunk.cc79 class GlobalRendezvousManager { class
148 Status GlobalRendezvousManager::SubmitParticipant(ParticipantData participant) { in SubmitParticipant()
262 Status GlobalRendezvousManager::InitializeCommunicationChannels() { in InitializeCommunicationChannels()
282 Status GlobalRendezvousManager::DoAllReduce(ParticipantData participant, in DoAllReduce()
307 static GlobalRendezvousManager* GetGlobalRendezvous() { in GetGlobalRendezvous()
308 static auto* manager = new GlobalRendezvousManager; in GetGlobalRendezvous()