|
- set(PROTO_LIST
- "${METADEF_DIR}/proto/om.proto"
- "${METADEF_DIR}/proto/ge_ir.proto"
- "${METADEF_DIR}/proto/insert_op.proto"
- "${METADEF_DIR}/proto/task.proto"
- "${METADEF_DIR}/proto/op_mapping_info.proto"
- "${METADEF_DIR}/proto/dump_task.proto"
- )
-
- protobuf_generate(ge PROTO_SRCS PROTO_HDRS ${PROTO_LIST})
-
- set(SRC_LIST
- "ge_executor.cc"
- "../common/profiling/profiling_manager.cc"
- "../common/ge/plugin_manager.cc"
- "../common/ge/op_tiling_manager.cc"
- "../common/dump/dump_properties.cc"
- "../common/dump/dump_manager.cc"
- "../common/dump/dump_op.cc"
- "../common/profiling/ge_profiling.cc"
- "../graph/load/graph_loader.cc"
- "../graph/execute/graph_execute.cc"
- "../omm/csa_interact.cc"
- "../graph/manager/graph_manager_utils.cc"
- "../graph/manager/graph_var_manager.cc"
- "../graph/manager/graph_mem_allocator.cc"
- "../graph/manager/graph_caching_allocator.cc"
- "../graph/manager/trans_var_data_utils.cc"
- "../graph/manager/util/debug.cc"
- "../graph/manager/rdma_pool_allocator.cc"
- "../hybrid/node_executor/aicpu/aicpu_ext_info.cc"
- "../model/ge_model.cc"
- "../model/ge_root_model.cc"
- "../graph/load/new_model_manager/davinci_model.cc"
- "../graph/load/new_model_manager/davinci_model_parser.cc"
- "../graph/load/new_model_manager/model_manager.cc"
- "../graph/load/new_model_manager/tbe_handle_store.cc"
- "../graph/load/new_model_manager/cpu_queue_schedule.cc"
- "../graph/load/new_model_manager/model_utils.cc"
- "../graph/load/new_model_manager/aipp_utils.cc"
- "../graph/load/new_model_manager/data_inputer.cc"
- "../graph/load/new_model_manager/data_dumper.cc"
- "../graph/load/new_model_manager/zero_copy_task.cc"
- "../graph/load/new_model_manager/zero_copy_offset.cc"
- "../graph/load/new_model_manager/task_info/task_info.cc"
- "../graph/load/new_model_manager/task_info/event_record_task_info.cc"
- "../graph/load/new_model_manager/task_info/event_wait_task_info.cc"
- "../graph/load/new_model_manager/task_info/fusion_start_task_info.cc"
- "../graph/load/new_model_manager/task_info/fusion_stop_task_info.cc"
- "../graph/load/new_model_manager/task_info/kernel_ex_task_info.cc"
- "../graph/load/new_model_manager/task_info/kernel_task_info.cc"
- "../graph/load/new_model_manager/task_info/label_set_task_info.cc"
- "../graph/load/new_model_manager/task_info/label_switch_by_index_task_info.cc"
- "../graph/load/new_model_manager/task_info/label_goto_ex_task_info.cc"
- "../graph/load/new_model_manager/task_info/memcpy_async_task_info.cc"
- "../graph/load/new_model_manager/task_info/memcpy_addr_async_task_info.cc"
- "../graph/load/new_model_manager/task_info/profiler_trace_task_info.cc"
- "../graph/load/new_model_manager/task_info/stream_active_task_info.cc"
- "../graph/load/new_model_manager/task_info/stream_switch_task_info.cc"
- "../graph/load/new_model_manager/task_info/stream_switchn_task_info.cc"
- "../graph/load/new_model_manager/task_info/end_graph_task_info.cc"
- "../graph/load/new_model_manager/task_info/model_exit_task_info.cc"
- "../graph/load/new_model_manager/task_info/super_kernel/super_kernel_factory.cc"
- "../graph/load/new_model_manager/task_info/super_kernel/super_kernel.cc"
- "../graph/common/local_context.cc"
- "../opskernel_manager/ops_kernel_builder_manager.cc"
- "../single_op/single_op_manager.cc"
- "../single_op/single_op_model.cc"
- "../single_op/single_op.cc"
- "../single_op/stream_resource.cc"
- "../single_op/task/op_task.cc"
- "../single_op/task/build_task_utils.cc"
- "../single_op/task/tbe_task_builder.cc"
- "../single_op/task/aicpu_task_builder.cc"
- "../single_op/task/aicpu_kernel_task_builder.cc"
- "../hybrid/common/tensor_value.cc"
- "../hybrid/common/npu_memory_allocator.cc"
- "../hybrid/executor/rt_callback_manager.cc"
- "../hybrid/executor/node_state.cc"
- "../hybrid/executor/node_done_manager.cc"
- "../hybrid/executor/hybrid_profiler.cc"
- "../hybrid/executor/hybrid_model_executor.cc"
- "../hybrid/executor/hybrid_model_async_executor.cc"
- "../hybrid/executor/hybrid_execution_context.cc"
- "../hybrid/executor/subgraph_context.cc"
- "../hybrid/executor/subgraph_executor.cc"
- "../hybrid/executor/worker/task_compile_engine.cc"
- "../hybrid/executor/worker/shape_inference_engine.cc"
- "../hybrid/executor/worker/execution_engine.cc"
- "../hybrid/model/hybrid_model.cc"
- "../hybrid/model/hybrid_model_builder.cc"
- "../hybrid/model/node_item.cc"
- "../hybrid/model/graph_item.cc"
- "../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/aicpu/aicpu_node_executor.cc"
- "../hybrid/node_executor/compiledsubgraph/known_node_executor.cc"
- "../hybrid/node_executor/ge_local/ge_local_node_executor.cc"
- "../hybrid/node_executor/host_cpu/host_cpu_node_executor.cc"
- "../hybrid/node_executor/host_cpu/kernel_factory.cc"
- "../hybrid/node_executor/host_cpu/kernel/no_op_kernel.cc"
- "../hybrid/node_executor/host_cpu/kernel/variable_kernel.cc"
- "../hybrid/node_executor/host_cpu/kernel/assign_kernel.cc"
- "../hybrid/node_executor/host_cpu/kernel/random_uniform_kernel.cc"
- "../hybrid/node_executor/controlop/control_op_executor.cc"
- "../hybrid/node_executor/partitioned_call/partitioned_call_node_executor.cc"
- "../hybrid/node_executor/rts/rts_node_executor.cc"
- "../hybrid/node_executor/node_executor.cc"
- "../hybrid/node_executor/task_context.cc"
- "../hybrid/hybrid_davinci_model.cc"
- "../ge_local_engine/engine/host_cpu_engine.cc"
- "../graph/common/omg_util.cc"
- "../graph/manager/host_mem_manager.cc"
- "../graph/build/memory/var_mem_assign_util.cc"
- "../host_kernels/transpose_kernel.cc"
- "../host_kernels/add_kernel.cc"
- "../host_kernels/broadcast_args_kernel.cc"
- "../host_kernels/broadcast_gradient_args_kernel.cc"
- "../host_kernels/cast_kernel.cc"
- "../host_kernels/concat_offset_kernel.cc"
- "../host_kernels/concat_v2_kernel.cc"
- "../host_kernels/dynamic_stitch_kernel.cc"
- "../host_kernels/identity_kernel.cc"
- "../host_kernels/empty_kernel.cc"
- "../host_kernels/expanddims_kernel.cc"
- "../host_kernels/fill_kernel.cc"
- "../host_kernels/floordiv_kernel.cc"
- "../host_kernels/floormod_kernel.cc"
- "../host_kernels/gather_v2_kernel.cc"
- "../host_kernels/greater_kernel.cc"
- "../host_kernels/kernel_utils.cc"
- "../host_kernels/maximum_kernel.cc"
- "../host_kernels/mul_kernel.cc"
- "../host_kernels/pack_kernel.cc"
- "../host_kernels/permute_kernel.cc"
- "../host_kernels/range_kernel.cc"
- "../host_kernels/rank_kernel.cc"
- "../host_kernels/reduce_prod_kernel.cc"
- "../host_kernels/reshape_kernel.cc"
- "../host_kernels/rsqrt_kernel.cc"
- "../host_kernels/shape_kernel.cc"
- "../host_kernels/shape_n_kernel.cc"
- "../host_kernels/size_kernel.cc"
- "../host_kernels/slice_d_kernel.cc"
- "../host_kernels/slice_kernel.cc"
- "../host_kernels/squeeze_kernel.cc"
- "../host_kernels/unsqueeze_kernel.cc"
- "../host_kernels/ssd_prior_box_kernel.cc"
- "../host_kernels/strided_slice_kernel.cc"
- "../host_kernels/sub_kernel.cc"
- "../host_kernels/transdata_kernel.cc"
- "../host_kernels/unpack_kernel.cc"
- "../graph/passes/pass_utils.cc"
- "../graph/common/bcast.cc"
- "../common/fp16_t.cc"
- "../common/formats/format_transfers/format_transfer_transpose.cc"
- "../common/formats/utils/formats_trans_utils.cc"
- )
-
- ######## libge_executor.a ########
- add_library(ge_executor STATIC ${SRC_LIST} ${PROTO_HDRS})
-
- target_compile_options(ge_executor PRIVATE
- $<$<OR:$<STREQUAL:${TARGET_SYSTEM_NAME},Linux>,$<STREQUAL:${TARGET_SYSTEM_NAME},Android>>:-fvisibility=hidden -O2 -Werror -Wno-deprecated-declarations>
- $<$<AND:$<STREQUAL:${TARGET_SYSTEM_NAME},Windows>,$<STREQUAL:${CMAKE_CONFIGURATION_TYPES},Debug>>:/MTd>
- $<$<AND:$<STREQUAL:${TARGET_SYSTEM_NAME},Windows>,$<STREQUAL:${CMAKE_CONFIGURATION_TYPES},Release>>:/MT>
- )
-
- target_compile_definitions(ge_executor PRIVATE
- PROTOBUF_INLINE_NOT_IN_HEADERS=0
- DAVINCI_SUPPORT_PROFILING
- google=ascend_private
- $<IF:$<STREQUAL:${TARGET_SYSTEM_NAME},Windows>,OS_TYPE=WIN,OS_TYPE=0>
- $<$<STREQUAL:${TARGET_SYSTEM_NAME},Windows>:SECUREC_USING_STD_SECURE_LIB=0 NOMINMAX>
- )
-
- target_include_directories(ge_executor PRIVATE
- ${GE_CODE_DIR}/ge
- ${GE_CODE_DIR}/inc
- ${GE_CODE_DIR}/inc/external
- ${GE_CODE_DIR}/inc/framework
- ${METADEF_DIR}/inc
- ${METADEF_DIR}/inc/external
- ${METADEF_DIR}/inc/external/graph
- ${METADEF_DIR}/inc/graph
- ${CMAKE_BINARY_DIR}
- ${CMAKE_BINARY_DIR}/proto/ge
- #### yellow zone ####
- ${GE_CODE_DIR}/../inc
- ${GE_CODE_DIR}/../inc/cce
- #### blue zone ####
- ${GE_CODE_DIR}/third_party/fwkacllib/inc
- )
-
- target_link_libraries(ge_executor PRIVATE
- $<BUILD_INTERFACE:intf_pub>
- json
- ascend_protobuf
- c_sec
- $<$<NOT:$<STREQUAL:${TARGET_SYSTEM_NAME},Android>>:-lrt>
- -ldl
- )
-
- ######## libge_executor.so ########
- add_library(ge_executor_shared SHARED ${SRC_LIST} ${PROTO_HDRS})
-
- target_compile_options(ge_executor_shared PRIVATE
- -Werror
- -O2
- -Wno-deprecated-declarations
- )
-
- target_compile_definitions(ge_executor_shared PRIVATE
- PROTOBUF_INLINE_NOT_IN_HEADERS=0
- DAVINCI_SUPPORT_PROFILING
- google=ascend_private
- )
-
- target_include_directories(ge_executor_shared PRIVATE
- ${GE_CODE_DIR}/ge
- ${GE_CODE_DIR}/inc
- ${GE_CODE_DIR}/inc/external
- ${GE_CODE_DIR}/inc/framework
- ${METADEF_DIR}/inc
- ${METADEF_DIR}/inc/external
- ${METADEF_DIR}/inc/external/graph
- ${METADEF_DIR}/inc/graph
- ${CMAKE_BINARY_DIR}
- ${CMAKE_BINARY_DIR}/proto/ge
- #### yellow zone ####
- ${GE_CODE_DIR}/../inc
- ${GE_CODE_DIR}/../inc/cce
- #### blue zone ####
- ${GE_CODE_DIR}/third_party/fwkacllib/inc
- )
-
- target_link_libraries(ge_executor_shared PRIVATE
- $<BUILD_INTERFACE:intf_pub>
- msprofiler
- -Wl,--no-as-needed
- ge_common
- runtime
- slog
- mmpa
- graph
- register
- error_manager
- ascend_hal_stub
- ascend_protobuf
- c_sec
- -Wl,--as-needed
- json
- $<$<NOT:$<STREQUAL:${TARGET_SYSTEM_NAME},Android>>:-lrt>
- -ldl
- )
-
- set_target_properties(ge_executor_shared PROPERTIES
- OUTPUT_NAME ge_executor
- )
-
- ############ install ############
- set(INSTALL_BASE_DIR "")
- set(INSTALL_LIBRARY_DIR lib)
-
- install(TARGETS ge_executor_shared OPTIONAL
- LIBRARY DESTINATION ${INSTALL_LIBRARY_DIR}
- )
|