Skip to content

Commit f14013d

Browse files
authored
Update with 0.3.9 changes
1 parent 02d60c1 commit f14013d

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Changelog.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,48 @@
11
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+
246
====================================================================
347
Version 0.3.8
448
9-Feb-2020

0 commit comments

Comments
 (0)