stockfish-nnue-2020-07-19
nodchip
released this
19 Jul 07:40
·
645 commits
to master
since this release
Changes:
- Enabled profile build. Thank you, discord is a piece of XXXX.
- Updated README.md. Thank you, xXH4CKST3RXx.
- Changed the default eval file path so that more GUIs can use Stockfish+NNUE.
- Added AVX-512 support. Thank you, mstembera.
- Added SSE3+POPCNT support.
- Load the parameter set on an `isready' as well. Thank you, discord is a piece of XXXX.
The network parameter file is not included in this release. Please find the strongest network parameter file in the Stockfish unofficial Discord server (https://discord.gg/ZzJwPv3).
filename | CPU instructions | Supported CPUs |
---|---|---|
sse2 | Intel Streaming SIMD Extensions 2 | >= AMD Athlon 64 |
sse3 | Intel Streaming SIMD Extensions 3 | >= Intel Pentium 4 (Prescott model F) |
sse3-popcnt | Intel Streaming SIMD Extensions 3 + POPCNT | >= AMD Phenom |
ssse3 | Intel Supplemental Streaming SIMD Extensions 3 | >= Intel Core 2 Duo (Merom) |
sse41 | Intel Streaming SIMD Extensions 4.1 | >= Intel Core 2 Duo (Penryn) |
sse42 | Intel Streaming SIMD Extensions 4.2 | >= Intel Core i7 (Bloomfield), AMD FX (Bulldozer) |
avx2 | Intel Advanced Vector Extensions 2 | >= AMD APU (Carrizo) |
bmi2 | Intel Advanced Vector Extensions 2 + BMI2 | >= Intel Core i7 (Haswell) |
avx512 | Intel Advanced Vector Extensions 512 | >= Intel Core i9/i7 (Skylake-X) |
filename | network |
---|---|
no-nnue | No neural networks included. |
halfkp_256x2-32-32 | halfkp_256x2-32-32 |
halfkp_384x2-32-32 | halfkp_384x2-32-32 |
filename | usage |
---|---|
nnue-gen-sfen-from-original-eval | training data generator |
nnue | chess engine |
nnue-learn | training data generator + trainer with blas (training is fast) |
EDIT (2020/07/19 21:42): The binaries for AVX-512 were replaced. Please try new binaries if they crash.