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 | 1ab9a11afeaa4cb1e9273190bb13b4e5bba62555 |
|---|---|
| Author | Disservin |
| Date | 2026-05-24 12:19:24 UTC |
|
fix avx512icl variable shadows warning
```
nnue/layers/../nnz_helper.h:82:21: warning: declaration shadows a field of 'NNZInfo<Dimensions>' [-Wshadow]
82 | __m512i nnz = _mm512_maskz_compress_epi16(nnzMask, indices);
| ^
nnue/layers/../nnz_helper.h:35:14: note: previous declaration is here
35 | uint16_t nnz[Dimensions / 4];
| ^
```
closes https://github.com/official-stockfish/Stockfish/pull/6834
No functional change
|
|