JuliaLinearAlgebra / libblastrampoline

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

Wrappers for MKL threading using Domains #119

Closed ViralBShah closed 2 months ago

ViralBShah commented 1 year ago

Attempt to fix #74 - but will not work because the symbol_lookup matches the function name to the dlopen'ed library.

Opening this PR here to document the challenge with implementing this.

staticfloat commented 2 months ago

I reworked the implementation here to special-case the MKL thread getters/setters in a different way. Let's see if CI is happy with this.