Searched refs:HcclCommDestroy (Results 1 – 4 of 4) sorted by relevance
57 ORIGIN_METHOD(HcclCommDestroy, HcclResult, HcclComm);
36 CHECK_RET(HcclCommDestroy(it.second), ::HcclResult::HCCL_SUCCESS, "HcclCommDestroy failed"); in DestroyHcclComm()
172 HcclResult HcclCommDestroy(HcclComm comm) { in HcclCommDestroy() function
90 finalize_hccl_comm_ = DlsymFuncObj(HcclCommDestroy, plugin_handle_); in InitPlugin()