-
Notifications
You must be signed in to change notification settings - Fork 210
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
Tests fail on 12-thread Ryzen 5 #479
Comments
Strange. 2.9.x is working well in that box? |
Yes.
|
Ah, I think I know what it is: https://github.com/pydata/numexpr/blob/master/numexpr/utils.py#L146-L149
The cutoff to 8 cores is because we have never experienced a speedup with more than 8 threads, and often times, slowdowns occur in these circumstances. Perhaps it is time to measure with more modern machines and decide whether to increase the threshold? Meanwhile, the tests should be updated indeed. @phofl would you like to tackle this? |
Fix tests on nthreads detection (closes: #479)
Thanks! |
First noticed on 2.10.0, reproduced with cb7aed5.
The text was updated successfully, but these errors were encountered: