This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Remove any optimization flags from DEBUG builds on POWER architecture
tags/v0.3.29
Martin Kroeker
GitHub
10 months ago
parent
e334b79b47
commit
9db51f790a
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
Makefile.system
+ 7
- 0
Makefile.system
View File
@@ -1615,6 +1615,13 @@ NO_AFFINITY = 1
endif
endif
ifeq ($(ARCH), POWER)
ifeq ($(DEBUG), 1)
CCOMMON_OPT := $(filter-out -O%, $(CCOMMON_OPT)) -O0
FCOMMON_OPT := $(filter-out -O%, $(FCOMMON_OPT)) -O0
endif
endif
ifdef NO_AFFINITY
ifeq ($(NO_AFFINITY), 0)
override undefine NO_AFFINITY
Write
Preview
Loading…
Cancel
Save