-
I thought it does and years ago I saw numa*.cpp source code included in SF but I don't see it anymore, and someone is telling me that SF doesn't utilize NUMA. I have a dual E5-2696v3 system and to me …
-
at the end of the following engine-vs-engine game, Ethereal 11.57 evaluates the position as winning by +9, but it doesn't know how to mate with only knight and bishop .. it lets the opponent king go t…
-
Can maybe use code from brainfish/cfish which both support polyglot (and feature 2).
ASMFish actually has the best implementation of this support following three features:
1. Ponders while in b…
-
See https://github.com/official-stockfish/Stockfish/commit/86ee4eb84d54dac3f9de5b455ba41909c7722173#commitcomment-39204441
-
I'm trying to test it on a Win'10 Pro pc (x64) for the first time and checking Resource Monitor I only get about 80,000 kN/s in SF (trying the modern version from abrok since popcnt is supposed to be …
-
Hello mr.Ronald!
Can you kindly update the Cfish?
Thank you, and my best regards!
-
Just witnessing pretty signifficant slowdown at start of the game at 4c which uses 90 cores and fast TC.
https://www.chess.com/computer-chess-championship
Click at any game/speed, sf at first move h…
-
the Nalimov format amsfish ???
-
Over the next few days, patches will be optimized and migrated over from [CounterPly/asmFish](https://github.com/CounterPly/asmFish) to this repository.
Please note that armFish progress is on pau…
-
Under gcc, -O2 turns on the flag -ftree-pre. Thus, this flag is on when Cfish is built with optimization, which is the default.
It seems that disabling this one flag increases Cfish's search speed …