提交 11089e60 编写于 作者: 梁成辉

Adapte ge lib name change form ge_client_train to ge_runner.

上级 5b3234d7
...@@ -125,7 +125,7 @@ endif() ...@@ -125,7 +125,7 @@ endif()
if (ENABLE_GE) if (ENABLE_GE)
if(ENABLE_TRAIN) if(ENABLE_TRAIN)
target_link_libraries(mindspore ge_client_train hccl) target_link_libraries(mindspore ge_runner hccl)
else () else ()
target_link_libraries(mindspore ge_client) target_link_libraries(mindspore ge_client)
endif () endif ()
......
...@@ -128,7 +128,7 @@ add_executable(ut_tests ${UT_SRCS} ${MINDSPORE_SRC_LIST} ${UT_SUTB_SRC_LIST}) ...@@ -128,7 +128,7 @@ add_executable(ut_tests ${UT_SRCS} ${MINDSPORE_SRC_LIST} ${UT_SUTB_SRC_LIST})
if (ENABLE_GE) if (ENABLE_GE)
if(ENABLE_TRAIN) if(ENABLE_TRAIN)
target_link_libraries(ut_tests PRIVATE graph ge_client_train) target_link_libraries(ut_tests PRIVATE graph ge_runner)
else() else()
target_link_libraries(ut_tests PRIVATE graph ge_client) target_link_libraries(ut_tests PRIVATE graph ge_client)
endif() endif()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册