Browse Source

!545 modify fwk_atc.bin

From: @taoxudonghaha
Reviewed-by: @xchu42,@ji_chen
Signed-off-by: @ji_chen
tags/v1.2.0
mindspore-ci-bot Gitee 4 years ago
parent
commit
48872d7b4f
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      ge/offline/CMakeLists.txt
  2. +2
    -2
      ge/offline/module.mk

+ 2
- 2
ge/offline/CMakeLists.txt View File

@@ -183,11 +183,11 @@ target_link_libraries(fwk_atc.bin PRIVATE
c_sec c_sec
graph graph
error_manager error_manager
ge_compiler
ge_runner
parser_common parser_common
gflags gflags
json json
runtime_compile
runtime
slog slog
static_mmpa static_mmpa
-lrt -lrt


+ 2
- 2
ge/offline/module.mk View File

@@ -149,8 +149,8 @@ LOCAL_SHARED_LIBRARIES := \
libgraph \ libgraph \
libregister \ libregister \
liberror_manager \ liberror_manager \
libge_compiler \
libruntime_compile \
libge_runner \
libruntime \
libparser_common \ libparser_common \
liberror_manager \ liberror_manager \




Loading…
Cancel
Save