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
Add USE_TRMM=1 for IBM z13 in kernel/Makefile.L3
tags/v0.2.20^2
Zhang Xianyi
8 years ago
parent
9e4b6971e2
commit
864e202afd
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
@@ -78,11 +78,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
@@ -40,6 +40,10 @@ ifeq ($(CORE), POWER8)
USE_TRMM = 1
endif
ifeq ($(CORE), Z13)
USE_TRMM = 1
endif
Write
Preview
Loading…
Cancel
Save