Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/mpi/
Dmpi_initializer.cc35 int MPIInitializer::get_rank_size(const std::string &group) { return GetGroupSize(group); } in get_rank_size() function in mindspore::device::gpu::MPIInitializer
40 mpi_initializer.def("get_rank_size", &MPIInitializer::get_rank_size, "get rank size"); in PYBIND11_MODULE()
Dmpi_initializer.h32 static int get_rank_size(const std::string &groups);
/third_party/mindspore/mindspore/communication/
D_comm_helper.py265 size = mpi.get_rank_size(group)
268 size = hccl.get_rank_size()
270 size = hccl.get_rank_size(group)
272 size = mpi.get_rank_size(group)
D_hccl_management.py144 def get_rank_size(group="hccl_world_group"): function
/third_party/mindspore/tests/ut/python/hccl_test/manage/
Dapi.py63 def get_rank_size(group=None): function