Home
last modified time | relevance | path

Searched defs:CreateCommGroup (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/parallel_stub/
Dexecutor_stub.h30 …bool CreateCommGroup(const std::string &group_name, std::vector<uint32_t> ranks) const { return tr… in CreateCommGroup() function
/third_party/mindspore/tests/ut/cpp/stub/hccl/
Dcollective_stub.cc30 void HcclCollectiveGroup::CreateCommGroup(const std::string &, const std::vector<unsigned int> &) {… in CreateCommGroup() function in mindspore::device::ascend::collective::HcclCollectiveGroup
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/distribute/
Dascend_collective.cc84 void HcclCollectiveGroup::CreateCommGroup(const std::string &name, const std::vector<unsigned int> … in CreateCommGroup() function in mindspore::device::ascend::collective::HcclCollectiveGroup
Dmpi_collective_group.cc74 bool MPICollective::CreateCommGroup(const std::string &name, const std::vector<unsigned int> &ranks… in CreateCommGroup() function in mindspore::device::ascend::collective::MPICollective
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/distribution/
Dmpi_wrapper.cc43 bool MPIWrapper::CreateCommGroup(const std::string &group_name, const std::vector<unsigned int> &gr… in CreateCommGroup() function in mindspore::device::gpu::MPIWrapper
Dcollective_wrapper.cc27 bool CreateCommGroup(const std::string &group_name, const std::vector<unsigned int> &ranks) { in CreateCommGroup() function
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dexecutor.cc477 bool Executor::CreateCommGroup(const std::string &group_name, const std::vector<uint32_t> &ranks) { in CreateCommGroup() function in mindspore::session::Executor