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
static check 0312
tags/v1.2.0
lwx911747
3 years ago
parent
9f027029d5
commit
a63df26ead
2 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
ge/CMakeLists.txt
+1
-0
ge/executor/CMakeLists.txt
+ 4
- 0
ge/CMakeLists.txt
View File
@@ -937,6 +937,10 @@ add_library(atc_stub_ge_compiler SHARED
add_dependencies(atc_stub_ge_compiler ge_stub)
target_compile_options(atc_stub_ge_compiler PRIVATE
-fno-common
)
target_link_libraries(atc_stub_ge_compiler PRIVATE
$<BUILD_INTERFACE:intf_pub>
)
+ 1
- 0
ge/executor/CMakeLists.txt
View File
@@ -212,6 +212,7 @@ target_link_libraries(ge_executor PRIVATE
add_library(ge_executor_shared SHARED ${SRC_LIST} ${PROTO_HDRS})
target_compile_options(ge_executor_shared PRIVATE
-fno-common
-Werror
-O2
-Wno-deprecated-declarations
Write
Preview
Loading…
Cancel
Save