Dev Builds » 20260801-0448

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 7b5504097feb349a2262eec0702b2a18e426ccf6
Author Bartosz Paprzycki
Date 2026-08-01 04:48:07 UTC
Update NNUE perspectives together When both perspective accumulators can be updated incrementally, catch up the lagging perspective and traverse their common suffix once. During each shared transition: - decode FullThreats changes once while preserving perspective-specific indices; - enumerate non-AVX512 PP_3Wide topology once for both perspectives; - keep HalfKA indices and accumulator arithmetic perspective-specific; - retain the existing specialized AVX512 PP_3Wide generator. This preserves feature indices, list ordering, accumulator arithmetic, and the resulting evaluation. Passed STC: https://tests.stockfishchess.org/tests/view/6a63233fc054e285ae028702 LLR: 2.93 (-2.94,2.94) <0.00,2.00> Total: 69632 W: 18217 L: 17881 D: 33534 Ptnml(0-2): 153, 7022, 20132, 7354, 155 closes https://github.com/official-stockfish/Stockfish/pull/7006 No functional change
Copyright 2011–2026 Next Chess Move LLC