NCM plays each Stockfish dev build 20,000 times against Stockfish 14. This yields an approximate Elo difference and establishes confidence in the strength of the dev builds.
Host | Duration | Avg Base NPS | Games | WLD | Standard Elo | Ptnml(0-2) | Gamepair Elo |
---|
ID | Host | Base NPS | Games | WLD | Standard Elo | Ptnml(0-2) | Gamepair Elo | CLI | PGN |
---|
Commit ID | ce7254b5ea3b9b7accb37c8e07fb64eeb5fcfcfa |
---|---|
Author | mstembera |
Date | 2025-07-02 16:41:45 UTC |
Optimize find_nnz() using AVX512
About a 1% speedup for ARCH x86-64-avx512 and x86-64-vnni512.
Note: This could be optimized further if we wanted to add an ARCH
supporting VBMI2 which is even more modern than VNNI.
https://en.wikichip.org/wiki/x86/avx512_vbmi2
closes https://github.com/official-stockfish/Stockfish/pull/6139
No functional change
|