Searched refs:GetRankId (Results 1 – 13 of 13) sorted by relevance
32 int MpiPycc::GetRankId(const std::string &group) { return GetRankIdByGroup(group); } in GetRankId() function in mindspore::device::ascend::collective::MpiPycc41 mpi_initializer.def("get_rank_id", &MpiPycc::GetRankId, "get rank id"); in PYBIND11_MODULE()
34 static int GetRankId(const std::string &group);
50 int GetRankId(const std::string &name = kHcclWorldGroup) const;
76 int HcclCollectiveGroup::GetRankId(const std::string &name) const { in GetRankId() function in mindspore::device::ascend::collective::HcclCollectiveGroup
28 int HcclCollectiveGroup::GetRankId(const std::string &) const { return 0; } in GetRankId() function in mindspore::device::ascend::collective::HcclCollectiveGroup
35 FUNC_EXPORT int GetRankId() const { return rank_id_; } in GetRankId() function
26 return inst->GetRankId(); in GetMPIRankId()
94 *rank_id = static_cast<unsigned int>(HcclCollectiveGroup::instance().GetRankId(group)); in GetRankID()
340 uint32_t GetRankId();
123 rank_id_ = GetRankId(); in Init()
1239 rank_id_ = GetRankId(); in InitRuntimeResource()
2729 uint32_t GetRankId() { in GetRankId() function
98 auto rank = HcclCollectiveGroup::instance().GetRankId(); in GetRankIdStr()