File tree 2 files changed +16
-1
lines changed 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
OpenBLAS ChangeLog
2
+ ====================================================================
3
+ Version 0.2.12
4
+ 13-Oct-2014
5
+ common:
6
+ * Added CBLAS interface for ?omatcopy and ?imatcopy.
7
+ * Enable ?gemm3m functions.
8
+ * Added benchmark for ?gemm3m.
9
+ * Optimized multithreading lower limits.
10
+ * Disabled SYMM3M and HEMM3M functions
11
+ because of segment violations.
12
+
13
+ x86/x86-64:
14
+ * Improved axpy and symv performance on AMD Bulldozer.
15
+ * Improved gemv performance on modern Intel and AMD CPUs.
16
+
2
17
====================================================================
3
18
Version 0.2.11
4
19
18-Aug-2014
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
# This library's version
6
- VERSION = 0.2.11
6
+ VERSION = 0.2.12
7
7
8
8
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
9
9
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
You can’t perform that action at this time.
0 commit comments