From ac5a7e1c1bb75d1accfb83c394e1535b5ff170d2 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Mon, 13 Oct 2014 17:10:12 +0800 Subject: [PATCH] Update dot to 0.2.12 version. --- Changelog.txt | 15 +++++++++++++++ Makefile.rule | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Changelog.txt b/Changelog.txt index 4fd849048..e9fe824ca 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,4 +1,19 @@ OpenBLAS ChangeLog +==================================================================== +Version 0.2.12 +13-Oct-2014 +common: + * Added CBLAS interface for ?omatcopy and ?imatcopy. + * Enable ?gemm3m functions. + * Added benchmark for ?gemm3m. + * Optimized multithreading lower limits. + * Disabled SYMM3M and HEMM3M functions + because of segment violations. + +x86/x86-64: + * Improved axpy and symv performance on AMD Bulldozer. + * Improved gemv performance on modern Intel and AMD CPUs. + ==================================================================== Version 0.2.11 18-Aug-2014 diff --git a/Makefile.rule b/Makefile.rule index 7430320b7..7f0356fff 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.11 +VERSION = 0.2.12 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library