-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Use 512 NUM_THREADS for OpenBLAS #42584
Conversation
I think it’s worth mentioning in the comment where someone should look for the code that actually limits the number of threads. |
Within openblas? Within Julia we have removed that restriction at the moment. My thought is we can experiment a little bit to see how that feels before bringing the newly discussed limit back. |
I thought that we wanted to re-introduce a maximum of e.g. |
Yes, we discussed doing that. My thought was that since we are early enough in the 1.8 cycle, we can see how things feel for now with the large limits and get some regression testing in, and introduce the 32 max threads a little closer to release (or at least wait a few weeks). Should we open an issue and put it on the milestone to make sure we don't forget? |
* Use 4096 NUM_THREADS for OpenBLAS In line with https://github.com/JuliaPackaging/Yggdrasil/blob/master/O/OpenBLAS/common.jl * Fix * Use fewer max threads
* Use 4096 NUM_THREADS for OpenBLAS In line with https://github.com/JuliaPackaging/Yggdrasil/blob/master/O/OpenBLAS/common.jl * Fix * Use fewer max threads
* Use 4096 NUM_THREADS for OpenBLAS In line with https://github.com/JuliaPackaging/Yggdrasil/blob/master/O/OpenBLAS/common.jl * Fix * Use fewer max threads
* Use 4096 NUM_THREADS for OpenBLAS In line with https://github.com/JuliaPackaging/Yggdrasil/blob/master/O/OpenBLAS/common.jl * Fix * Use fewer max threads
In line with https://github.com/JuliaPackaging/Yggdrasil/blob/master/O/OpenBLAS/common.jl