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
commit
8366e9fbbd
2 changed files with 5 additions and 5 deletions
  1. +1
    -5
      README.md
  2. +4
    -0
      kernel/Makefile.L3

+ 1
- 5
README.md View File

@@ -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
```
git checkout z13
make USE_TRMM=1
```
- **Z13**: blas3 for double


### Support OS: ### Support OS:


+ 4
- 0
kernel/Makefile.L3 View File

@@ -36,6 +36,10 @@ ifeq ($(CORE), POWER8)
USE_TRMM = 1 USE_TRMM = 1
endif endif


ifeq ($(CORE), Z13)
USE_TRMM = 1
endif









Loading…
Cancel
Save