Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/plugin/
Dhccl_plugin.h62 ORIGIN_METHOD(HcomDestroyGroup, HcclResult, const char *);
/third_party/mindspore/mindspore/communication/
D_hccl_management.py139 ret = HCCL_LIB_CTYPES.HcomDestroyGroup(c_group)
/third_party/mindspore/tests/ut/cpp/stub/hccl/
Dhccl_stub.cc91 HcclResult HcomDestroyGroup(const char *group) { return HCCL_SUCCESS; } in HcomDestroyGroup() function
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dhccl_adapter.cc100 hccl_destroy_group_ = DlsymFuncObj(HcomDestroyGroup, plugin_handle_); in InitPlugin()