Skip to content

Commit 9493f26

Browse files
committed
add short blurb about avx512 and needed compiler to README
1 parent 1a00ef3 commit 9493f26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Please read `GotoBLAS_01Readme.txt`.
110110
- **Intel Xeon 56xx (Westmere)**: Used GotoBLAS2 Nehalem codes.
111111
- **Intel Sandy Bridge**: Optimized Level-3 and Level-2 BLAS with AVX on x86-64.
112112
- **Intel Haswell**: Optimized Level-3 and Level-2 BLAS with AVX2 and FMA on x86-64.
113+
- **Intel Skylake**: Optimized Level-3 and Level-2 BLAS with AVX512 and FMA on x86-64.
113114
- **AMD Bobcat**: Used GotoBLAS2 Barcelona codes.
114115
- **AMD Bulldozer**: x86-64 ?GEMM FMA4 kernels. (Thanks to Werner Saar)
115116
- **AMD PILEDRIVER**: Uses Bulldozer codes with some optimizations.
@@ -200,6 +201,7 @@ Please see Changelog.txt to view the differences between OpenBLAS and GotoBLAS2
200201
* Please use GCC version 4.6 and above to compile Sandy Bridge AVX kernels on Linux/MinGW/BSD.
201202
* Please use Clang version 3.1 and above to compile the library on Sandy Bridge microarchitecture.
202203
Clang 3.0 will generate the wrong AVX binary code.
204+
* Please use GCC version 6 or LLVM version 6 and above to compile Skyalke AVX512 kernels.
203205
* The number of CPUs/cores should less than or equal to 256. On Linux `x86_64` (`amd64`),
204206
there is experimental support for up to 1024 CPUs/cores and 128 numa nodes if you build
205207
the library with `BIGNUMA=1`.

0 commit comments

Comments
 (0)