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
fixed CMakeLists.txt
tags/v0.5.0-beta
jiangjinsheng
5 years ago
parent
09318086aa
commit
709704d339
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
@@ -135,7 +135,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
@@ -129,7 +129,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