File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
OpenBLAS ChangeLog
2
+ ====================================================================
3
+ Version 0.3.5
4
+ 31-Dec-2018
5
+
6
+ common:
7
+ * loop unrolling in TRMV has been enabled again.
8
+ * A domain error in the thread workload distribution for SYRK
9
+ has been fixed.
10
+ * gmake builds will now automatically add -fPIC to the build
11
+ options if the platform requires it.
12
+ * a pthreads key leakage (and associate crash on dlclose) in
13
+ the USE_TLS codepath was fixed.
14
+ * building of the utest cases on systems that do not provide
15
+ an implementation of complex.h was fixed.
16
+
17
+ x86_64:
18
+ * the SkylakeX code was changed to compile on OSX.
19
+ * unwanted application of the -march=skylake-avx512 option
20
+ to the common code parts of a DYNAMIC_ARCH build was fixed.
21
+ * improved performance of SGEMM for small workloads on Skylake X.
22
+ * performance of SGEMM and DGEMM was improved on Haswell.
23
+
24
+ ARMV8:
25
+ * a configuration error that broke the CNRM2 kernel was corrected.
26
+ * compilation of the GEMM kernels with CMAKE was fixed.
27
+ * DYNAMIC_ARCH builds are now available with CMAKE as well.
28
+ * using CMAKE for cross-compilation to the new cpu TARGETs
29
+ introduced in 0.3.4 now works.
30
+
31
+ POWER:
32
+ * a problem in cpu autodetection for AIX has been corrected.
33
+
2
34
====================================================================
3
35
Version 0.3.4
4
36
02-Dec-2018
You can’t perform that action at this time.
0 commit comments