Proposal to create a utility to determine the appropriate Stockfish compilation for a specific processor #4749
Closed
Coolchessguykevin
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
Hi, there is a makefish.sh script here https://github.com/official-stockfish/Stockfish/wiki/Compiling-from-source that automates this process of choosing arch. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Community,
not all users know which Stockfish compilations are the best for their processor (#4748). And even advanced users are not always sure what choice to make it the best (x86-64, x86-64-vnni512, x86-64-vnni256, x86-64-sse41-popcnt, x86-64-bmi2, x86-64-avx512, x86-64-avx2?).
Of course, there is an option to test each compilation on your own, but this will not always be objective and the difference in speed may not be noticeable, taking into account the measurement error.
I propose to make a special simple utility, when launched, the user will receive an informational message with information like "For your computer and CPU, the most optimal Stockfish compilation is the following (BMI, for example)".
I think this utility will be very, very useful for many users.
Regards, Ivan.
Beta Was this translation helpful? Give feedback.
All reactions