Updated the doc for 0.2.6 version.
authorZhang Xianyi <traits.zhang@gmail.com>
Sat, 2 Mar 2013 06:22:27 +0000 (14:22 +0800)
committerZhang Xianyi <traits.zhang@gmail.com>
Sat, 2 Mar 2013 06:22:27 +0000 (14:22 +0800)
Changelog.txt
Makefile.rule
README.md

index db0732c..54b11ad 100644 (file)
@@ -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:
index 1240ab0..4e23857 100644 (file)
@@ -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 
index ce2688f..ed5f196 100644 (file)
--- 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.