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
!10899
Fix ubuntu undefined symbols
From:
@zhoufeng54
Reviewed-by: @kisnwang,@xu-yfei Signed-off-by:
@xu-yfei
tags/v1.2.0-rc1
mindspore-ci-bot
Gitee
5 years ago
parent
3f0316583e
a4fbea9a3d
commit
377796e7e4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mindspore/ccsrc/CMakeLists.txt
+ 1
- 1
mindspore/ccsrc/CMakeLists.txt
View File
@@ -323,7 +323,7 @@ else ()
endif()
endif()
if (ENABLE_D)
target_link_libraries(_c_expression PRIVATE ms_profile)
target_link_libraries(_c_expression PRIVATE
-Wl,--no-as-needed
ms_profile)
endif ()
if (ENABLE_ACL)
target_link_libraries(_c_expression PRIVATE graph)
Write
Preview
Loading…
Cancel
Save