Skip to content

Commit f5e1f20

Browse files
authored
Update target list
1 parent a7f73c7 commit f5e1f20

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Use `PREFIX=` when invoking `make`, for example
122122
```sh
123123
make install PREFIX=your_installation_directory
124124
```
125-
125+
(along with all options you added on the `make` command line in the preceding build step)
126126
The default installation directory is `/opt/OpenBLAS`.
127127

128128
## Supported CPUs and Operating Systems
@@ -142,7 +142,7 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
142142
- **AMD Bulldozer**: x86-64 ?GEMM FMA4 kernels. (Thanks to Werner Saar)
143143
- **AMD PILEDRIVER**: Uses Bulldozer codes with some optimizations.
144144
- **AMD STEAMROLLER**: Uses Bulldozer codes with some optimizations.
145-
- **AMD ZEN**: Uses Haswell codes with some optimizations.
145+
- **AMD ZEN**: Uses Haswell codes with some optimizations for Zen 2/3 (use SkylakeX for Zen4)
146146

147147
#### MIPS32
148148

@@ -174,13 +174,16 @@ Please read `GotoBLAS_01Readme.txt` for older CPU models already supported by th
174174
- **TSV110**: Optimized some Level-3 helper functions
175175
- **EMAG 8180**: preliminary support based on A57
176176
- **Neoverse N1**: (AWS Graviton2) preliminary support
177-
- **Apple Vortex**: preliminary support based on ARMV8
177+
- **Neoverse V1**: (AWS Graviton3) optimized Level-3 BLAS
178+
- **Apple Vortex**: preliminary support based on ThunderX2/3
179+
- **A64FX**: preliminary support, optimized Level-3 BLAS
180+
- **ARMV8SVE**: any ARMV8 cpu with SVE extensions
178181

179182
#### PPC/PPC64
180183

181184
- **POWER8**: Optimized BLAS, only for PPC64LE (Little Endian), only with `USE_OPENMP=1`
182185
- **POWER9**: Optimized Level-3 BLAS (real) and some Level-1,2. PPC64LE with OpenMP only.
183-
- **POWER10**:
186+
- **POWER10**: Optimized Level-3 BLAS including SBGEMM and some Level-1,2.
184187

185188
#### IBM zEnterprise System
186189

0 commit comments

Comments
 (0)