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
optimized Makefile.power for POWER8
tags/v0.2.19^2
Werner Saar
9 years ago
parent
6fbca2a4a1
commit
391584af85
1 changed files
with
4 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Makefile.power
+ 4
- 0
Makefile.power
View File
@@ -1,3 +1,7 @@
ifeq ($(CORE), POWER8)
COMMON_OPT += -Ofast -mcpu=power8 -mtune=power8 -mvsx -malign-power -DALLOC_SHM -fno-fast-math
FCOMMON_OPT += -O2 -frecursive -mcpu=power8 -mtune=power8 -malign-power -fno-fast-math
endif
FLAMEPATH = $(HOME)/flame/lib
FLAMEPATH = $(HOME)/flame/lib
Write
Preview
Loading…
Cancel
Save