From 0d0405b434808d8c8122474a4dcfa089f4962512 Mon Sep 17 00:00:00 2001 From: Zhang Xianyi Date: Sat, 2 Mar 2013 14:22:27 +0800 Subject: [PATCH] Updated the doc for 0.2.6 version. --- Changelog.txt | 18 ++++++++++++++++++ Makefile.rule | 2 +- README.md | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index db0732c..54b11ad 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,23 @@ OpenBLAS ChangeLog ==================================================================== +Version 0.2.6 +2-Mar-2013 +common: + * Improved OpenMP performance slightly. (d744c9) + * Improved cblas.h compatibility with Intel MKL.(#185) + * Fixed the overflowing bug in single thread cholesky factorization. + * Fixed the overflowing buffer bug of multithreading hbmv and sbmv.(#174) + +x86/x86-64: + * Added AMD Bulldozer x86-64 S/DGEMM AVX kernels. (Thank Werner Saar) + We will tune the performance in future. + * Auto-detect Intel Xeon E7540. + * Fixed the overflowing buffer bug of gemv. (#173) + * Fixed the bug of s/cdot about invalid reading NAN on x86_64. (#189) + +MIPS64: + +==================================================================== Version 0.2.5 26-Nov-2012 common: diff --git a/Makefile.rule b/Makefile.rule index 1240ab0..4e23857 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -3,7 +3,7 @@ # # This library's version -VERSION = 0.2.5 +VERSION = 0.2.6 # If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a # and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library diff --git a/README.md b/README.md index ce2688f..ed5f196 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Please read GotoBLAS_01Readme.txt - **Intel Xeon 56xx (Westmere)**: Used GotoBLAS2 Nehalem codes. - **Intel Sandy Bridge**: Optimized Level-3 BLAS with AVX on x86-64. - **AMD Bobcat**: Used GotoBLAS2 Barcelona codes. -- **AMD Bulldozer**: Used GotoBLAS2 Barcelona codes. +- **AMD Bulldozer**: x86-64 S/DGEMM AVX kernels. (Thank Werner Saar) #### MIPS64: - **ICT Loongson 3A**: Optimized Level-3 BLAS and the part of Level-1,2. -- 2.7.4