|
|
@@ -109,7 +109,6 @@ endif () |
|
|
|
|
|
|
|
################################################################## |
|
|
|
set(EXECUTOR_SRC_LIST |
|
|
|
"analyzer/analyzer.cc" |
|
|
|
"common/dump/dump_manager.cc" |
|
|
|
"common/dump/dump_op.cc" |
|
|
|
"common/dump/exception_dumper.cc" |
|
|
@@ -121,7 +120,6 @@ set(EXECUTOR_SRC_LIST |
|
|
|
"common/ge/plugin_manager.cc" |
|
|
|
"common/profiling/ge_profiling.cc" |
|
|
|
"common/profiling/profiling_manager.cc" |
|
|
|
"engine_manager/dnnengine_manager.cc" |
|
|
|
"executor/ge_executor.cc" |
|
|
|
"ge_local_engine/engine/host_cpu_engine.cc" |
|
|
|
"graph/build/memory/var_mem_assign_util.cc" |
|
|
@@ -236,7 +234,6 @@ set(EXECUTOR_SRC_LIST |
|
|
|
"hybrid/node_executor/aicore/aicore_node_executor.cc" |
|
|
|
"hybrid/node_executor/aicore/aicore_op_task.cc" |
|
|
|
"hybrid/node_executor/aicore/aicore_task_builder.cc" |
|
|
|
"hybrid/node_executor/aicore/aicore_task_compiler.cc" |
|
|
|
"hybrid/node_executor/aicpu/aicpu_ext_info.cc" |
|
|
|
"hybrid/node_executor/aicpu/aicpu_node_executor.cc" |
|
|
|
"hybrid/node_executor/compiledsubgraph/known_node_executor.cc" |
|
|
@@ -250,9 +247,7 @@ set(EXECUTOR_SRC_LIST |
|
|
|
"hybrid/node_executor/rts/rts_node_task.cc" |
|
|
|
"hybrid/node_executor/rts/rts_task_factory.cc" |
|
|
|
"hybrid/node_executor/task_context.cc" |
|
|
|
"init/gelib.cc" |
|
|
|
"opskernel_manager/ops_kernel_builder_manager.cc" |
|
|
|
"opskernel_manager/ops_kernel_manager.cc" |
|
|
|
"single_op/single_op.cc" |
|
|
|
"single_op/single_op_manager.cc" |
|
|
|
"single_op/single_op_model.cc" |
|
|
@@ -510,6 +505,7 @@ set(RUNNER_SRC_LIST |
|
|
|
"graph/manager/util/hcom_util.cc" |
|
|
|
"graph/load/model_manager/task_info/hccl_task_info.cc" |
|
|
|
"hybrid/node_executor/hccl/hccl_node_executor.cc" |
|
|
|
"hybrid/node_executor/aicore/aicore_task_compiler.cc" |
|
|
|
) |
|
|
|
|
|
|
|
if (NOT ENABLE_D AND NOT ENABLE_ACL AND NOT ENABLE_MS_TESTCASES) |
|
|
@@ -750,7 +746,6 @@ target_link_libraries(ge_executor PRIVATE |
|
|
|
$<$<NOT:$<BOOL:${ENABLE_OPEN_SRC}>>:$<BUILD_INTERFACE:msprof_headers>> |
|
|
|
$<$<NOT:$<BOOL:${ENABLE_OPEN_SRC}>>:$<BUILD_INTERFACE:mmpa_headers>> |
|
|
|
json |
|
|
|
ge_proto_client |
|
|
|
ascend_protobuf_static |
|
|
|
c_sec |
|
|
|
$<$<NOT:$<STREQUAL:${TARGET_SYSTEM_NAME},Android>>:-lrt> |
|
|
@@ -813,7 +808,6 @@ target_link_libraries(ge_executor_shared PRIVATE |
|
|
|
$<$<NOT:$<BOOL:${ENABLE_OPEN_SRC}>>:$<BUILD_INTERFACE:cce_headers>> |
|
|
|
-Wl,--no-as-needed |
|
|
|
ge_common |
|
|
|
ge_proto_client |
|
|
|
runtime |
|
|
|
slog |
|
|
|
graph |
|
|
|