OpenBLAS v0.3.3 Release Notes

Release Date: 2018-08-30 // over 5 years ago
  • common:

    • thread memory allocation has been switched back to the method
      ๐Ÿ‘‰ used before version 0.3.1
      due to unexpected problems caused by
      the new code under some circumstances. A new compile-time option
      USE_TLS has been added to allow enabling the new code instead
      ,
      0๏ธโƒฃ and it is hoped that this can become the default again in the next version.
    • ๐Ÿ›  LAPACK PR272 has been integrated, which fixes spurious errors
      in DSYEVR and related functions caused by missing conversion
      from ILAENV to ILAENV_2STAGE in several _2stage routines.
    • the cmake-generated OpenBLASConfig.cmake now uses correct case
      for the name of the library
    • โž• added support for Haiku OS

    x86_64:

    • โž• added AVX512 implementations of SDOT, DDOT, SAXPY, DAXPY,
      DSCAL, DGEMVN and DSYMVL
    • โž• added a workaround for a cygwin issue that prevented compilation
      of AVX512 code

    IBM Z:

    • โž• added autodetection of Z14
    • ๐Ÿ›  fixed TRMM errors in the generic target

    Download OpenBLAS