JuliaLinearAlgebra / AppleAccelerate.jl

Julia interface to the macOS Accelerate framework
Other
96 stars 18 forks source link

Use LBT to forward BLAS and LAPACK to Accelerate #45

Closed ViralBShah closed 1 year ago

ViralBShah commented 1 year ago

Bring in some of the ideas in https://github.com/chriselrod/AppleAccelerateLinAlgWrapper.jl here. Specifically, we want to forward BLAS and LAPACK to Accelerate. BLAS forwarding already works.

LAPACK forwarding needs some LBT fixes: https://github.com/JuliaLinearAlgebra/libblastrampoline/issues/35

ViralBShah commented 1 year ago

MacOS will soon have ILP64 in the next release as discussed in https://github.com/JuliaLang/julia/issues/42312