-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] Higher than 100% max-threads-hint #400
Comments
Do you've observed that somewhere or is that an assumption? |
I do, happens on my 2x7702 behind eSXI 7.0.1 with rx/0. It automatically uses only 32 threads per socket, not sure if that's how it's supposed to be but settings it to use 64 threads increases the hashrate significantly. |
Hmm, sounds like an issue detecting the 2nd socket then.. |
Nevermind. The epyc 7702 has 128t and 256mb l3, so it should run fine with 128t per socket? |
It runs worse in my case with 128T per socket, 64T gives the best results. |
Take higher than 100% values for max-threads-hint option to quickly adjust used threads count for cases when it wasn't properly detected (in virtualized environment for example), without having to use manual threads config.
The text was updated successfully, but these errors were encountered: