From bfa4aa9d56458491297d362588405bda465e2ed3 Mon Sep 17 00:00:00 2001 From: wqtshg Date: Thu, 24 Dec 2020 20:12:39 +0800 Subject: [PATCH 1/2] update c76 code --- CMakeLists.txt | 4 ++-- metadef | 2 +- parser/CMakeLists.txt | 2 +- parser/common/CMakeLists.txt | 2 +- parser/onnx/CMakeLists.txt | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index def55a8..29c0bc1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ if (ENABLE_OPEN_SRC) message(FATAL_ERROR "Running on a unsupported architecture: ${SYSTEM_TYPE}, build terminated") endif() set(GE_LIB_PATH ${GE_LIB_PATH}/${GE_SYS_ARCH}) - find_module(slog libslog.so ${GE_LIB_PATH}) + find_module(alog libalog.so ${GE_LIB_PATH}) find_module(static_mmpa libmmpa.a ${GE_LIB_PATH}) find_module(error_manager liberror_manager.so ${GE_LIB_PATH}) else() @@ -45,7 +45,7 @@ if (ENABLE_OPEN_SRC) set(ASCEND_ATC_DIR ${ASCEND_DIR}/atc/lib64) - find_module(slog libslog.so ${ASCEND_ATC_DIR}) + find_module(alog libalog.so ${ASCEND_ATC_DIR}) find_module(static_mmpa libmmpa.a ${ASCEND_ATC_DIR}) find_module(error_manager liberror_manager.so ${ASCEND_ATC_DIR}) endif() diff --git a/metadef b/metadef index a71110f..55f3303 160000 --- a/metadef +++ b/metadef @@ -1 +1 @@ -Subproject commit a71110f5e42dc768ddbbd51289eb467518dedf9b +Subproject commit 55f33030f51aaf9067b4a72e4d9c0fb407b5b47a diff --git a/parser/CMakeLists.txt b/parser/CMakeLists.txt index c58092e..0f1d98a 100644 --- a/parser/CMakeLists.txt +++ b/parser/CMakeLists.txt @@ -102,7 +102,7 @@ target_link_libraries(fmk_parser register _caffe_parser c_sec - slog + alog -Wl,--as-needed json -lrt diff --git a/parser/common/CMakeLists.txt b/parser/common/CMakeLists.txt index 7471782..6cbf3dd 100644 --- a/parser/common/CMakeLists.txt +++ b/parser/common/CMakeLists.txt @@ -81,7 +81,7 @@ target_link_libraries(parser_common PRIVATE ascend_protobuf register c_sec - slog + alog error_manager -Wl,--as-needed json diff --git a/parser/onnx/CMakeLists.txt b/parser/onnx/CMakeLists.txt index fbec9a8..f6092a5 100644 --- a/parser/onnx/CMakeLists.txt +++ b/parser/onnx/CMakeLists.txt @@ -70,7 +70,7 @@ target_link_libraries(fmk_onnx_parser PRIVATE c_sec parser_common graph - slog + alog -Wl,--as-needed json -lrt From b02a756403f034d31cf192a4b6b7399835bc6b6d Mon Sep 17 00:00:00 2001 From: wqtshg Date: Thu, 24 Dec 2020 20:36:37 +0800 Subject: [PATCH 2/2] update c76 code --- metadef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadef b/metadef index 55f3303..c3269ed 160000 --- a/metadef +++ b/metadef @@ -1 +1 @@ -Subproject commit 55f33030f51aaf9067b4a72e4d9c0fb407b5b47a +Subproject commit c3269edc0ec089dce4ae2e80f41fea42a57e7b6f