OpenMathLib / OpenBLAS

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
http://www.openblas.net
BSD 3-Clause "New" or "Revised" License
6.38k stars 1.5k forks source link

Update to LAPACK 3.11 (latest release right now) #3955

Closed ViralBShah closed 1 year ago

ViralBShah commented 1 year ago

It would be nice to update to the latest LAPACK release, which has some really nice performance improvements. Especially for the blocked generalized eigenvalue calculations as described in https://github.com/JuliaLang/julia/pull/49037

martin-frbg commented 1 year ago

openblas is at 3.11 plus later PRs already, maybe I missed a version string somewhere when i merged the changes ?

ViralBShah commented 1 year ago

I think this README.md made me think it had not been upgraded: https://github.com/xianyi/OpenBLAS/tree/develop/lapack-netlib

ViralBShah commented 1 year ago

I guess we'll also need to wait for a new release of openblas to get the new LAPACK.

martin-frbg commented 1 year ago

yes the readme is outdated as I only pulled individual code PRs. will try to remember updating that file before the 0.3.22 release (currently scheduled for sunday)