|
|
|
@ -31,6 +31,7 @@ target_compile_options(ge_local_engine PRIVATE
|
|
|
|
|
|
|
|
|
|
target_compile_definitions(ge_local_engine PRIVATE
|
|
|
|
|
google=ascend_private
|
|
|
|
|
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_include_directories(ge_local_engine PRIVATE
|
|
|
|
@ -72,6 +73,7 @@ target_compile_options(atc_ge_local_engine PRIVATE
|
|
|
|
|
target_compile_definitions(atc_ge_local_engine PRIVATE
|
|
|
|
|
COMPILE_OMG_PACKAGE
|
|
|
|
|
google=ascend_private
|
|
|
|
|
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_include_directories(atc_ge_local_engine PRIVATE
|
|
|
|
@ -117,6 +119,7 @@ target_compile_options(ge_local_opskernel_builder PRIVATE
|
|
|
|
|
|
|
|
|
|
target_compile_definitions(ge_local_opskernel_builder PRIVATE
|
|
|
|
|
google=ascend_private
|
|
|
|
|
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_include_directories(ge_local_opskernel_builder PRIVATE
|
|
|
|
@ -158,6 +161,7 @@ target_compile_options(atc_ge_local_opskernel_builder PRIVATE
|
|
|
|
|
|
|
|
|
|
target_compile_definitions(atc_ge_local_opskernel_builder PRIVATE
|
|
|
|
|
google=ascend_private
|
|
|
|
|
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_include_directories(atc_ge_local_opskernel_builder PRIVATE
|
|
|
|
@ -205,6 +209,7 @@ target_compile_options(ge_local_opskernel_builder_static PRIVATE
|
|
|
|
|
target_compile_definitions(ge_local_opskernel_builder_static PRIVATE
|
|
|
|
|
google=ascend_private
|
|
|
|
|
LOG_CPP
|
|
|
|
|
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
target_include_directories(ge_local_opskernel_builder_static PRIVATE
|
|
|
|
|