GeTensor aligned addr & zero copy support

pull/689/head
chenyemeng 5 years ago
parent d4629babd8
commit 84c6c10ceb

@ -78,6 +78,7 @@ Status InplaceSupportCheckPass::Run(NodePtr &node) {
return FAILED;
}
AddRePassNode(node);
break;
}
GELOGD("InplaceSupportCheckPass success");

@ -776,6 +776,7 @@ add_library(ge_load_common STATIC ${GRAPH_LOAD_COMMON_SRC_FILES} ${PROTO_SRCS} $
target_compile_definitions(ge_load_common PRIVATE
google=ascend_private
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
)
target_link_libraries(ge_load_common PRIVATE
@ -790,6 +791,7 @@ add_library(ge_execute_common STATIC ${GRAPH_EXECUTE_COMMON_SRC_FILES} ${PROTO_S
target_compile_definitions(ge_execute_common PRIVATE
google=ascend_private
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
)
target_link_libraries(ge_execute_common PRIVATE
@ -856,7 +858,6 @@ target_compile_options(ut_libge_multiparts_utest PRIVATE
target_compile_definitions(ut_libge_multiparts_utest PRIVATE
google=ascend_private
$<$<STREQUAL:${ENABLE_OPEN_SRC},True>:ONLY_COMPILE_OPEN_SRC>
)
target_link_libraries(ut_libge_multiparts_utest

Loading…
Cancel
Save