-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request: libflame #7660
Comments
|
Does FLAME provide a complete compatiblity with LAPACK? It would be nice to include it in Ygg. |
I actually just saw some discussion on this that happened in the BLIS discord server recently, and apparently, libflame is ABI compatible with LAPACK 3.11 when it is built using So I think we can get a LAPACK version of libflame into Ygg. |
And might also then transparently work with LBT. What fun! |
BLIS does not export a full LAPACK (see JuliaLinearAlgebra/BLIS.jl#3), but is supposed to be a part of flame https://github.com/flame/libflame. In LinearSolve.jl, I don't need (or want) libblastrampoline wrappers on here anyways, so if the jll exists it would be immediately useful to a large community and would finish (SciML/LinearSolve.jl#431).
The text was updated successfully, but these errors were encountered: