This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
graphengine
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
13
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
!1315
fixed compile issue of proto
From:
@li-lei0106
Reviewed-by: @xchu42,@ji_chen Signed-off-by:
@ji_chen
tags/v1.3.0
mindspore-ci-bot
Gitee
4 years ago
parent
f8d6c5c421
e8bc4a48c6
commit
cc922dda8d
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
ge/CMakeLists.txt
+ 5
- 0
ge/CMakeLists.txt
View File
@@ -66,6 +66,11 @@ target_compile_definitions(ge_proto_client PRIVATE
google=ascend_private
)
target_include_directories(ge_proto_client PRIVATE
${CMAKE_BINARY_DIR}/proto/ge_client
${CMAKE_BINARY_DIR}/proto/ge_client/proto
)
target_compile_options(ge_proto_client PRIVATE
-O2
-fno-common
Write
Preview
Loading…
Cancel
Save