|
1 | 1 | OpenBLAS ChangeLog
|
| 2 | +==================================================================== |
| 3 | +Version 0.3.9 |
| 4 | + 1-Mar-2020 |
| 5 | + |
| 6 | + common: |
| 7 | + * Fixed a miscompilation of the GETRF functions with CMAKE |
| 8 | + * Imported bugfix 390 from LAPACK (missing NaN propagation in xCOMBSSQ) |
| 9 | + * The size of the memory buffer used for splitting GEMM tasks across |
| 10 | + multiple threads can now be configured in the build system. |
| 11 | + |
| 12 | +POWER: |
| 13 | + * Fixed several compilation problems related to endianness |
| 14 | + and ELF version on POWER8 and POWER9 |
| 15 | + * Fixed use of the absolute value IAMIN/IAMAX instead of IMIN/IMAX |
| 16 | + * Fixed a race condition in the level3 blas code |
| 17 | + |
| 18 | +MIPS64: |
| 19 | + * Fixed use of the absoltute value IAMIN/IAMAX instead of IMIN/IMAX |
| 20 | + |
| 21 | +ARMV7: |
| 22 | + * Fixed a race condition in the level3 blas code |
| 23 | + * Fixed compilation on Android |
| 24 | +ARMV8: |
| 25 | + * Added support for Ampere EMAG8180 |
| 26 | + * Added support for Neoverse N1 |
| 27 | + * Improved performance of the blas_lock function |
| 28 | + * Fixed a race condition in the level3 blas code |
| 29 | + * Fixed a performance regression on TSV110-based servers |
| 30 | + |
| 31 | +x86_64: |
| 32 | + * Fixed a long-standing error with undeclared register overwrites |
| 33 | + in the DSCAL microkernel for HASWELL,SKYLAKEX and ZEN |
| 34 | + * Fixed a long-standing bug in the SSE implementation of IAMAX |
| 35 | + * Fixed a CMAKE build failure with DYNAMIC_ARCH |
| 36 | + * Fixed cpu autodetection of Goldmont+, Cannon Lake and Ice Lake |
| 37 | + * Fixed a compilation failure on OSX with compiler name containing dash |
| 38 | + * Fixed compilation with MinGW on SkylakeX |
| 39 | + * Improved speed of the AVX512 GEMM3M kernel on SkylakeX |
| 40 | + * Added an AVX512 STRMM kernel for SkylakeX |
| 41 | + * Improved GEMM performance on Haswell and Zen |
| 42 | + |
| 43 | +zarch: |
| 44 | + * fixed compilation of the DYNAMIC_ARCH code |
| 45 | + |
2 | 46 | ====================================================================
|
3 | 47 | Version 0.3.8
|
4 | 48 | 9-Feb-2020
|
|
0 commit comments