LinearSolve.jl icon indicating copy to clipboard operation
LinearSolve.jl copied to clipboard

Enable "WIP: Wrap BLIS" with reference LAPACK

Open jd-foster opened this issue 9 months ago • 5 comments

Based on #431, this demonstrates how to get the BLIS extension working using libblastrampoline combined with LAPACK_jll (based on Reference LAPACK 3.11 https://github.com/Reference-LAPACK/lapack/releases/tag/v3.11)

Note that suffix_hint="64_", in BLAS.lbt_forward enables ILP versions.

jd-foster avatar May 07 '24 13:05 jd-foster