|
|
|
@ -34,7 +34,6 @@ target_include_directories(ge_local_engine PRIVATE
|
|
|
|
|
${GE_CODE_DIR}/inc
|
|
|
|
|
${GE_CODE_DIR}/inc/external
|
|
|
|
|
${GE_CODE_DIR}/inc/framework
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
${METADEF_DIR}/inc
|
|
|
|
|
${METADEF_DIR}/inc/external
|
|
|
|
|
${METADEF_DIR}/inc/external/graph
|
|
|
|
@ -43,6 +42,8 @@ target_include_directories(ge_local_engine PRIVATE
|
|
|
|
|
${CMAKE_BINARY_DIR}/proto/ge
|
|
|
|
|
#### yellow zone ####
|
|
|
|
|
${GE_CODE_DIR}/../inc
|
|
|
|
|
#### blue zone ####
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(ge_local_engine PRIVATE
|
|
|
|
@ -74,7 +75,6 @@ target_include_directories(atc_ge_local_engine PRIVATE
|
|
|
|
|
${GE_CODE_DIR}/inc
|
|
|
|
|
${GE_CODE_DIR}/inc/external
|
|
|
|
|
${GE_CODE_DIR}/inc/framework
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
${METADEF_DIR}/inc
|
|
|
|
|
${METADEF_DIR}/inc/external
|
|
|
|
|
${METADEF_DIR}/inc/external/graph
|
|
|
|
@ -83,6 +83,8 @@ target_include_directories(atc_ge_local_engine PRIVATE
|
|
|
|
|
${CMAKE_BINARY_DIR}/proto/ge
|
|
|
|
|
#### yellow zone ####
|
|
|
|
|
${GE_CODE_DIR}/../inc
|
|
|
|
|
#### blue zone ####
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(atc_ge_local_engine PRIVATE
|
|
|
|
@ -115,7 +117,6 @@ target_include_directories(ge_local_opskernel_builder PRIVATE
|
|
|
|
|
${GE_CODE_DIR}/inc
|
|
|
|
|
${GE_CODE_DIR}/inc/external
|
|
|
|
|
${GE_CODE_DIR}/inc/framework
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
${METADEF_DIR}/inc
|
|
|
|
|
${METADEF_DIR}/inc/external
|
|
|
|
|
${METADEF_DIR}/inc/external/graph
|
|
|
|
@ -124,6 +125,8 @@ target_include_directories(ge_local_opskernel_builder PRIVATE
|
|
|
|
|
${CMAKE_BINARY_DIR}/proto/ge
|
|
|
|
|
#### yellow zone ####
|
|
|
|
|
${GE_CODE_DIR}/../inc
|
|
|
|
|
#### blue zone ####
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(ge_local_opskernel_builder PRIVATE
|
|
|
|
@ -150,7 +153,6 @@ target_include_directories(atc_ge_local_opskernel_builder PRIVATE
|
|
|
|
|
${GE_CODE_DIR}/inc
|
|
|
|
|
${GE_CODE_DIR}/inc/external
|
|
|
|
|
${GE_CODE_DIR}/inc/framework
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
${METADEF_DIR}/inc
|
|
|
|
|
${METADEF_DIR}/inc/external
|
|
|
|
|
${METADEF_DIR}/inc/external/graph
|
|
|
|
@ -159,6 +161,8 @@ target_include_directories(atc_ge_local_opskernel_builder PRIVATE
|
|
|
|
|
${CMAKE_BINARY_DIR}/proto/ge
|
|
|
|
|
#### yellow zone ####
|
|
|
|
|
${GE_CODE_DIR}/../inc
|
|
|
|
|
#### blue zone ####
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(atc_ge_local_opskernel_builder PRIVATE
|
|
|
|
@ -190,7 +194,6 @@ target_include_directories(ge_local_opskernel_builder_static PRIVATE
|
|
|
|
|
${GE_CODE_DIR}/inc
|
|
|
|
|
${GE_CODE_DIR}/inc/external
|
|
|
|
|
${GE_CODE_DIR}/inc/framework
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
${METADEF_DIR}/inc
|
|
|
|
|
${METADEF_DIR}/inc/external
|
|
|
|
|
${METADEF_DIR}/inc/external/graph
|
|
|
|
@ -199,6 +202,8 @@ target_include_directories(ge_local_opskernel_builder_static PRIVATE
|
|
|
|
|
${CMAKE_BINARY_DIR}/proto/ge
|
|
|
|
|
#### yellow zone ####
|
|
|
|
|
${GE_CODE_DIR}/../inc
|
|
|
|
|
#### blue zone ####
|
|
|
|
|
${GE_CODE_DIR}/third_party/fwkacllib/inc
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_link_libraries(ge_local_opskernel_builder_static PRIVATE
|
|
|
|
|