JuliaLinearAlgebra / libblastrampoline

Using PLT trampolines to provide a BLAS and LAPACK demuxing library.
MIT License
66 stars 17 forks source link

Number of threads with MKL 2023.1 #116

Closed amontoison closed 2 months ago

amontoison commented 1 year ago

With the new release of MKL 2023.1, the function to set the number of threads is not working anymore. https://github.com/JuliaLinearAlgebra/MKL.jl/pull/123

ViralBShah commented 1 year ago

Perhaps #74 is related, but I can't imagine that Intel just broke the threading API. There are no deprecations that I could find.

ViralBShah commented 1 year ago

This worked for me on 64-bit linux. Also, 2023.2 is out.

ViralBShah commented 6 months ago

Do we still need to fix something here?