Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnccl_collective_thunk.h54 using ncclComm_t = ncclComm*; variable
127 ncclComm_t comm) = 0;
Dnccl_utils.h83 using NcclComm = std::unique_ptr<ncclComm, void (*)(ncclComm_t)>;
95 ncclComm_t GetCommForDeviceOrdinal(int device_ordinal) const;
Dnccl_utils.cc104 ncclComm_t NcclClique::GetCommForDeviceOrdinal(int device_ordinal) const { in GetCommForDeviceOrdinal()
121 void DestroyNcclComm(ncclComm_t comm) { in DestroyNcclComm()
179 std::vector<ncclComm_t> raw_comms(local_participants.size(), nullptr); in CreateNcclClique()
Dnccl_all_reduce_thunk.h49 ncclComm_t comm) override;
Dnccl_all_to_all_thunk.h49 ncclComm_t comm) override;
Dnccl_all_gather_thunk.h51 ncclComm_t comm) override;
Dnccl_collective_thunk.cc99 ncclComm_t comm = in ExecuteOnStream()
Dnccl_all_gather_thunk.cc71 ncclComm_t comm) { in RunNcclCollective()
Dnccl_all_to_all_thunk.cc63 ncclComm_t comm) { in RunNcclCollective()
Dnccl_all_reduce_thunk.cc120 ncclComm_t comm) { in RunNcclCollective()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_manager.cc106 ncclComm_t nccl_comm = nullptr;
390 std::vector<ncclComm_t> nccl_comms(collective->num_local_devices); in GetCommunicator()