Skip to content

OpenBLAS 0.3.23 version

Compare
Choose a tag to compare
@martin-frbg martin-frbg released this 01 Apr 20:20
· 1207 commits to release-0.3.0 since this release
394a9fb

general:

  • fixed a serious regression in GETRF/GETF2 and ZGETRF/ZGETF2 where
    subnormal but nonzero data elements triggered the singularity flag
  • fixed a long-standing bug in CSPR/ZSPR in single-threaded operation
    for cases where elements of the X vector are real numbers (or
    complex with only the real part zero)
  • fixed gmake builds with the option NO_LAPACK
  • fixed a few instances in the gmake Makefiles where expressly
    setting NO_LAPACK=0 or NO_LAPACKE=0 would have the opposite effect

x86_64:

  • added further CPUID values for Intel Raptor Lake

md5sums
115634b39007de71eb7e75cf7591dfb2 OpenBLAS-0.3.23.tar.gz
6c35babfc01534eb04acba653d378839 OpenBLAS-0.3.23.zip
c28473bb8bba85a92f77e350182abddb OpenBLAS-0.3.23-x86.zip
49f156f42622d251aa440ddcd425787d OpenBLAS-0.3.23-x64.zip

note that the Windows binary packages have been regenerated on September 14 because a problem has been found with the included .lib file (referencing a non-existent "libopenblas.exp.dll" instead of "libopenblas.dll").
If you downloaded the original zip files, their md5sums were
d77c18780b2d8a65c9340a415c125918 OpenBLAS-0.3.23-x86.zip
c428119f8d54de25e341ec1becc32251 OpenBLAS-0.3.23-x64.zip
Download OpenBLAS