Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/plugin/
Dhccl_plugin.h63 ORIGIN_METHOD(HcomGetRankId, HcclResult, const char *, uint32_t *);
/third_party/mindspore/mindspore/communication/
D_hccl_management.py182 ret = HCCL_LIB_CTYPES.HcomGetRankId(c_group, ctypes.byref(c_rank_id))
/third_party/mindspore/tests/ut/cpp/stub/hccl/
Dhccl_stub.cc72 HcclResult HcomGetRankId(const char *group, u32 *rankId) { return HCCL_SUCCESS; } in HcomGetRankId() function
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dhccl_adapter.cc101 hccl_get_rank_id_ = DlsymFuncObj(HcomGetRankId, plugin_handle_); in InitPlugin()