-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the reference nps for SFNNv8:L1-2560
Fishtest with Stockfish 11 had 1.6Mnps as reference nps and 0.7Mnps as threshold for the slow worker. Set the new reference nps to 560knps according to the 65% slowdown of SF16 with SFNNv8:L1-2560 wrt SF11 on ARCH=x86-64-bmi2 Set the new threshold for slow worker to 203knps according to the 71% slowdown of SF16 with SFNNv8:L1-2560i wrt SF11 on ARCH=x86-64-sse41-popcnt compiler clang++ 16.0.6 - arch=bmi2 (Intel Xeon CPU E5-2680 v3) ``` sf_base = 1579950 +/- 8197 (95%) sf_test = 555524 +/- 4331 (95%) diff = -1024426 +/- 6115 (95%) speedup = -64.839% +/- 0.387% (95%) ``` - arch=sse41-popcnt (Intel core i7 3770k) ``` sf_base = 1790486 +/- 19610 (95%) sf_test = 532610 +/- 6143 (95%) diff = -1257876 +/- 13960 (95%) speedup = -70.253% +/- 0.780% (95%) ``` Raise worker version to 218, also server side.
- Loading branch information
1 parent
c0ac793
commit cfe16ab
Showing
6 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"__version": 217, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "cFunWo4iviMvzdV9b/8PTfOLoXbovy4hWwmGR6OI70agi5dkwoCJ07BoYwBU+xjd", "games.py": "pqyY62ZE491mecjnXvByfr1mMuhXU5NDg6BbE6WZ4aKuzR12bSFQUSHrQnDt7374"} | ||
{"__version": 218, "updater.py": "Mg+pWOgGA0gSo2TuXuuLCWLzwGwH91rsW1W3ixg3jYauHQpRMtNdGnCfuD1GqOhV", "worker.py": "JTcLpyoueO7A/L7xaZVhPowKXwqXzIcQL615cc0Gm+bwbefz9hUNuIUyUD+pL8is", "games.py": "4knSQ74ckM5BN87NeYNoUZHbOtD8c9/ykea612at3wEPO7g3c/ybxrlRFDalaslw"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters