Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/plugin/
Dhccl_plugin.h57 ORIGIN_METHOD(HcclCommDestroy, HcclResult, HcclComm);
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/distribute/
Dmpi_collective_group.cc36 CHECK_RET(HcclCommDestroy(it.second), ::HcclResult::HCCL_SUCCESS, "HcclCommDestroy failed"); in DestroyHcclComm()
/third_party/mindspore/tests/ut/cpp/stub/hccl/
Dhccl_stub.cc172 HcclResult HcclCommDestroy(HcclComm comm) { in HcclCommDestroy() function
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dhccl_adapter.cc90 finalize_hccl_comm_ = DlsymFuncObj(HcclCommDestroy, plugin_handle_); in InitPlugin()