From 1897ff3cfbbb3ffade07bf3e41cb5317aff90424 Mon Sep 17 00:00:00 2001 From: dajunli Date: Thu, 17 Dec 2020 19:28:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hccl=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ge/graph/manager/memory_api.cc | 2 +- metadef | 2 +- parser | 2 +- third_party/fwkacllib/inc/hccl/hcom.h | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ge/graph/manager/memory_api.cc b/ge/graph/manager/memory_api.cc index 45e4bb65..0798eb51 100644 --- a/ge/graph/manager/memory_api.cc +++ b/ge/graph/manager/memory_api.cc @@ -63,7 +63,7 @@ Status RdmaRemoteRegister(const std::vector &var_info, rtMemType_t }); auto hcom_remote_mem_register = - (HcclResult(*)(const MemRegisterAddr *, uint32_t))dlsym(handle, "hcom_remote_access_mem_register"); + (HcclResult(*)(const MemRegisterAddr *, uint32_t))dlsym(handle, "HcomRegRemoteAccessMem"); if (hcom_remote_mem_register == nullptr) { GELOGE(FAILED, "Failed to invoke hcom_remote_mem_register function."); return FAILED; diff --git a/metadef b/metadef index 129b50b4..dba83744 160000 --- a/metadef +++ b/metadef @@ -1 +1 @@ -Subproject commit 129b50b41f79d0dfeb9fe8987b1c19c9ac51eb8b +Subproject commit dba83744a3ffe3d5f89496e69bb65c50f800c299 diff --git a/parser b/parser index e9f7d019..ce574894 160000 --- a/parser +++ b/parser @@ -1 +1 @@ -Subproject commit e9f7d0197aba57eb5247cb1e029c10e393631c89 +Subproject commit ce574894f13cd94749d1a3964a13e8c97c20434a diff --git a/third_party/fwkacllib/inc/hccl/hcom.h b/third_party/fwkacllib/inc/hccl/hcom.h index ba60cc96..e491d43f 100644 --- a/third_party/fwkacllib/inc/hccl/hcom.h +++ b/third_party/fwkacllib/inc/hccl/hcom.h @@ -251,6 +251,5 @@ HcclResult HcomExecEnqueueRemoteAccess(const std::string& remoteAccessType, #ifdef __cplusplus } - #endif // __cplusplus #endif // HCOM_H_