| @@ -18,6 +18,7 @@ target_compile_options(ge_memory PRIVATE | |||||
| target_compile_definitions(ge_memory PRIVATE | target_compile_definitions(ge_memory PRIVATE | ||||
| google=ascend_private | google=ascend_private | ||||
| LOG_CPP | |||||
| ) | ) | ||||
| target_link_libraries(ge_memory PRIVATE | target_link_libraries(ge_memory PRIVATE | ||||
| @@ -63,14 +63,12 @@ target_link_libraries(atc PRIVATE | |||||
| c_sec | c_sec | ||||
| graph | graph | ||||
| error_manager | error_manager | ||||
| -Wl,--start-group | |||||
| slog | |||||
| ge_compiler | ge_compiler | ||||
| -Wl,--end-group | |||||
| parser_common | parser_common | ||||
| gflags | gflags | ||||
| json | json | ||||
| runtime_compile | runtime_compile | ||||
| slog | |||||
| static_mmpa | static_mmpa | ||||
| -lrt | -lrt | ||||
| -ldl | -ldl | ||||
| @@ -125,14 +123,12 @@ target_link_libraries(atc_atc.bin PRIVATE | |||||
| c_sec | c_sec | ||||
| graph | graph | ||||
| error_manager | error_manager | ||||
| -Wl,--start-group | |||||
| slog | |||||
| ge_compiler | ge_compiler | ||||
| -Wl,--end-group | |||||
| parser_common | parser_common | ||||
| gflags | gflags | ||||
| json | json | ||||
| runtime_compile | runtime_compile | ||||
| slog | |||||
| static_mmpa | static_mmpa | ||||
| -lrt | -lrt | ||||
| -ldl | -ldl | ||||
| @@ -192,14 +188,12 @@ target_link_libraries(fwk_atc.bin PRIVATE | |||||
| c_sec | c_sec | ||||
| graph | graph | ||||
| error_manager | error_manager | ||||
| -Wl,--start-group | |||||
| slog | |||||
| ge_runner | ge_runner | ||||
| -Wl,--end-group | |||||
| parser_common | parser_common | ||||
| gflags | gflags | ||||
| json | json | ||||
| runtime | runtime | ||||
| slog | |||||
| static_mmpa | static_mmpa | ||||
| -lrt | -lrt | ||||
| -ldl | -ldl | ||||