This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Adapte ge lib name change form ge_client_train to ge_runner.
tags/v0.6.0-beta
梁成辉
5 years ago
parent
5b3234d753
commit
11089e6077
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/CMakeLists.txt
+1
-1
tests/ut/cpp/CMakeLists.txt
+ 1
- 1
mindspore/ccsrc/CMakeLists.txt
View File
@@ -125,7 +125,7 @@ endif()
if (ENABLE_GE)
if(ENABLE_TRAIN)
target_link_libraries(mindspore ge_
client_train
hccl)
target_link_libraries(mindspore ge_
runner
hccl)
else ()
target_link_libraries(mindspore ge_client)
endif ()
+ 1
- 1
tests/ut/cpp/CMakeLists.txt
View File
@@ -128,7 +128,7 @@ add_executable(ut_tests ${UT_SRCS} ${MINDSPORE_SRC_LIST} ${UT_SUTB_SRC_LIST})
if (ENABLE_GE)
if(ENABLE_TRAIN)
target_link_libraries(ut_tests PRIVATE graph ge_
client_train
)
target_link_libraries(ut_tests PRIVATE graph ge_
runner
)
else()
target_link_libraries(ut_tests PRIVATE graph ge_client)
endif()
Write
Preview
Loading…
Cancel
Save