Add USE_TRMM=1 for IBM z13 in kernel/Makefile.L3
This commit is contained in:
parent
da0be81113
commit
8366e9fbbd
|
@ -107,11 +107,7 @@ Please read GotoBLAS_01Readme.txt
|
||||||
- **ARM Cortex-A57**: Experimental
|
- **ARM Cortex-A57**: Experimental
|
||||||
|
|
||||||
#### IBM zEnterprise System:
|
#### IBM zEnterprise System:
|
||||||
- **Z13**: blas3 for double
|
- **Z13**: blas3 for double
|
||||||
```
|
|
||||||
git checkout z13
|
|
||||||
make USE_TRMM=1
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
### Support OS:
|
### Support OS:
|
||||||
|
|
|
@ -36,6 +36,10 @@ ifeq ($(CORE), POWER8)
|
||||||
USE_TRMM = 1
|
USE_TRMM = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CORE), Z13)
|
||||||
|
USE_TRMM = 1
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue