JuliaLinearAlgebra / libblastrampoline

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

Forwarding both ILP64 and LP64 symbols for MKL #84

Closed ViralBShah closed 2 years ago

ViralBShah commented 2 years ago

Is it possible thus to forward both ILP64 (64_ suffix) and LP64 BLAS (no suffix) symbols with lbt_forward?

ViralBShah commented 2 years ago

That's what we are attempting in https://github.com/JuliaLinearAlgebra/MKL.jl/pull/104/