From 30c85737645c79852370a6f4eade56d0201102e2 Mon Sep 17 00:00:00 2001 From: zhaoxinxin Date: Fri, 18 Dec 2020 10:04:05 +0800 Subject: [PATCH 1/3] modified: ge/host_cpu_engine/common/constant/constant.h --- ge/host_cpu_engine/common/constant/constant.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ge/host_cpu_engine/common/constant/constant.h b/ge/host_cpu_engine/common/constant/constant.h index b9603b6a..793589cf 100644 --- a/ge/host_cpu_engine/common/constant/constant.h +++ b/ge/host_cpu_engine/common/constant/constant.h @@ -19,6 +19,8 @@ #include + + namespace ge { namespace host_cpu { // engine name From 2576a13fb1e709495e6e9aa9e8081290d5e97d49 Mon Sep 17 00:00:00 2001 From: zhaoxinxin Date: Sat, 26 Dec 2020 17:20:51 +0800 Subject: [PATCH 2/3] modified: inc/framework/common/debug/log.h --- inc/framework/common/debug/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/framework/common/debug/log.h b/inc/framework/common/debug/log.h index 249271a6..b55cc28c 100644 --- a/inc/framework/common/debug/log.h +++ b/inc/framework/common/debug/log.h @@ -258,7 +258,7 @@ #define GE_ERRORLOG_AND_ERRORMSG(_status, errormsg) \ { \ GELOGE(_status, "%s", errormsg); \ - ErrorManager::GetInstance().ATCReportErrMessage("E10043", {"reason"}, {errormsg}); \ + ErrorManager::GetInstance().ATCReportErrMessage("E19021", {"reason"}, {errormsg}); \ } #define GE_CHK_LOG_AND_ERRORMSG(expr, _status, errormsg) \ @@ -266,7 +266,7 @@ bool b = (expr); \ if (!b) { \ GELOGE(_status, "%s", errormsg); \ - ErrorManager::GetInstance().ATCReportErrMessage("E10043", {"reason"}, {errormsg}); \ + ErrorManager::GetInstance().ATCReportErrMessage("E19021", {"reason"}, {errormsg}); \ return _status; \ } \ } while (0) From 0c08d960aa31fd9088a768a451945c5777d8084a Mon Sep 17 00:00:00 2001 From: zhaoxinxin Date: Sat, 26 Dec 2020 17:23:58 +0800 Subject: [PATCH 3/3] modified: ge/host_cpu_engine/common/constant/constant.h --- ge/host_cpu_engine/common/constant/constant.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ge/host_cpu_engine/common/constant/constant.h b/ge/host_cpu_engine/common/constant/constant.h index 793589cf..b9603b6a 100644 --- a/ge/host_cpu_engine/common/constant/constant.h +++ b/ge/host_cpu_engine/common/constant/constant.h @@ -19,8 +19,6 @@ #include - - namespace ge { namespace host_cpu { // engine name