Add funcionality to set/get total number of threads (wrapper for mkl_set_num_threads and mkl_get_num_threads) - #180
Conversation
|
@VinceNeede May I give you commit access here to be able to make new releases and such? It is a pretty slow moving package, but hopefully it doesn't need to wait on me or anyone else. |
|
Can a new release be tagged? It would be nice to access this :) It confused me that |
|
Releasing in #181. Happy to give folks here commit access to help maintain the package. Please let me know. |
|
I'm sorry for the late answer. Unfortunately I don't feel confident enough for this, yet. Still thank you for the offer! |
|
Totally understand. Note that MKL.jl is a low-risk package to learn the ropes, and it is always possible to fix things or undo them. |
|
@hersle Can I give you commit access for managing this repo? You seemed to be ahead of me in the registration process :-) |
|
@ViralBShah Sure. I can only help with small stuff like that, though, at least for now :) Thanks both for the PR and swift reply! |
That's the best help! Invited you. |
|
If I understand this correctly then |
|
I cannot confirm. It works for me with Julia v1.11.6 and MKL v0.9.0. Could you please open a separate issue? Also note that for Blas and Lapack threads you can now use |
|
@VinceNeede Sorry, you are right. I accidentally used |
This should give to the user the possibility to set the global number of threads, in particular this is the only way to set
LAPACKthreads (see this discussion on MKL forum, and JuliaLinearAlgebra/libblastrampoline#151). Also a section forThreading controlis added in the Readme.Solves #174