Dev Builds » 20260726-1043

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 43d4d0ef8bf905b0516422048500ec643333d1ca
Author Olaf Bernstein
Date 2026-07-26 10:43:40 UTC
Optimize RVV affine transforms This PR optimize the RVV implementations of the affine transforms. For the dense transform it adds special cases, when the entire inner loop fits into a vector register, which gave a small speedup. The sparse transform was optimized to use ChunkSize=1, because RVV currently doesn't have a dpbusd like instruction and it makes sure we don't operate on zero inputs. SpacemiT X100 benchmarks of the changes: ```py # pyshbench orig XXX 30 dense: +0.0137x sparse +0.2898x both: +0.3204x ``` ```py # stockfish bench X100: orig: 170061 nodes/second both: 206581 nodes/second A100: orig: 112999 nodes/second both: 128794 nodes/second ``` closes https://github.com/official-stockfish/Stockfish/pull/6967 No functional change Co-authored-by: wCgiLKcH <111658515+43eayl5@users.noreply.github.com>
Copyright 2011–2026 Next Chess Move LLC