Dev Builds » 20260803-1950

You are viewing an old NCM Stockfish dev build test. You may find the most recent dev build tests using Stockfish 15 as the baseline here.

Use this dev build

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.

Summary

Host Duration Avg Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo

Test Detail

ID Host Base NPS Games WLD Standard Elo Ptnml(0-2) Gamepair Elo CLI PGN

Commit

Commit ID b52f01471b24a6f7282431565792c7778f0675a5
Author mstembera
Date 2026-08-03 19:50:30 UTC
Simplify USE_PAIR_ACTIVATIONS / SqrClippedReLU::propagate_pair() STC https://tests.stockfishchess.org/tests/view/6a66bbd3c054e285ae028e0d LLR: 3.19 (-2.94,2.94) <-1.75,0.25> Total: 733184 W: 189246 L: 189739 D: 354199 Ptnml(0-2): 1721, 77704, 208246, 77189, 1732 Besides the cleanups, AVX512 now does the correct permutations at load time instead of using the AVX2 ones and then having to permute again at run time. AVXVNNI now also uses propagate_pair() (just like AVX2) which for some unknown reason it wasn't before. An argument could be made for keeping the AVX512 version of SqrClippedReLU::propagate() if we think it may be useful again in the future? closes https://github.com/official-stockfish/Stockfish/pull/7021 No functional change
Copyright 2011–2026 Next Chess Move LLC