This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
Add USE_TRMM=1 for IBM z13 in kernel/Makefile.L3
pull/1153/head
Zhang Xianyi
Dan Horák
9 years ago
parent
da0be81113
commit
8366e9fbbd
2 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
README.md
+4
-0
kernel/Makefile.L3
+ 1
- 5
README.md
View File
@@ -107,11 +107,7 @@ Please read GotoBLAS_01Readme.txt
- **ARM Cortex-A57**: Experimental
#### IBM zEnterprise System:
- **Z13**: blas3 for double
```
git checkout z13
make USE_TRMM=1
```
- **Z13**: blas3 for double
### Support OS:
+ 4
- 0
kernel/Makefile.L3
View File
@@ -36,6 +36,10 @@ ifeq ($(CORE), POWER8)
USE_TRMM = 1
endif
ifeq ($(CORE), Z13)
USE_TRMM = 1
endif
Write
Preview
Loading…
Cancel
Save