Skip to content

Commit 70cea0b

Browse files
authored
Update link to IBM MASS library, update cpu support status
1 parent ae0dec7 commit 70cea0b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ A debug version can be built using `make DEBUG=1`.
6363

6464
### Compile with MASS support on Power CPU (optional)
6565

66-
The [IBM MASS](http://www-01.ibm.com/software/awdtools/mass/linux/mass-linux.html) library
67-
consists of a set of mathematical functions for C, C++, and Fortran applications that are
68-
are tuned for optimum performance on POWER architectures.
66+
The [IBM MASS](https://www.ibm.com/support/home/product/W511326D80541V01/other_software/mathematical_acceleration_subsystem) library consists of a set of mathematical functions for C, C++, and Fortran applications that are tuned for optimum performance on POWER architectures.
6967
OpenBLAS with MASS requires a 64-bit, little-endian OS on POWER.
7068
The library can be installed as shown:
7169

@@ -115,6 +113,7 @@ Please read `GotoBLAS_01Readme.txt`.
115113
- **AMD Bulldozer**: x86-64 ?GEMM FMA4 kernels. (Thanks to Werner Saar)
116114
- **AMD PILEDRIVER**: Uses Bulldozer codes with some optimizations.
117115
- **AMD STEAMROLLER**: Uses Bulldozer codes with some optimizations.
116+
- **AMD ZEN**: Uses Haswell codes with some optimizations.
118117

119118
#### MIPS64
120119

@@ -133,11 +132,13 @@ Please read `GotoBLAS_01Readme.txt`.
133132

134133
#### PPC/PPC64
135134

136-
- **POWER8**: Optimized Level-3 BLAS and some Level-1, only with `USE_OPENMP=1`
135+
- **POWER8**: Optimized BLAS, only for PPC64LE (Little Endian), only with `USE_OPENMP=1`
136+
- **POWER9**: Optimized Level-3 BLAS (real) and some Level-1,2. PPC64LE with OpenMP only.
137137

138138
#### IBM zEnterprise System
139139

140140
- **Z13**: Optimized Level-3 BLAS and Level-1,2 (double precision)
141+
- **Z14**: Optimized Level-3 BLAS and Level-1,2 (single precision)
141142

142143
### Supported OS
143144

0 commit comments

Comments
 (0)