You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On https://tcec-chess.com/ S24, there is still NPS scaling issue, because the achieved value is 5-10M nps and the expected is 30M nps.
The issue is reproducible on CentOS Stream release 8 and Java OpenJDK 1.8.0.
The tests show that with up to 64 cores (128 logical processors) it still achieves more stable and deeper depth, for a fixed time, with only 1 Transposition Table, although the NPS is between 3 and 6 times smaller.
A new UCI option is introduced for SMP version - CountTranspositionTables.
On CentOS Stream release 8 and Java OpenJDK 1.8.0, with 8 Transposition Tables the SMP search achieves similar depth and time, so there is sense to set it not to be 1, only when there is a NPS scaling issue. In such cases it could be set up to SQRT(THREADS_COUNT) Transposition Tables.