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 | 0383670cd556496ab3b3059f9a1fe10f44eef274 |
---|---|
Author | mstembera |
Date | 2025-08-16 09:46:39 UTC |
Avoid using _mm512_storeu_epi16()
gcc 9 & 10 do not provide this function, instead use the generic _mm512_storeu_si512
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95483
https://tests.stockfishchess.org/actions?max_actions=1&action=&user=&text=&before=1755266300.455175&run_id=
closes https://github.com/official-stockfish/Stockfish/pull/6231
No functional change
|