OpenBLAS 0.2.10 version.
This commit is contained in:
parent
c94762bb56
commit
f2eb480738
|
@ -1,4 +1,24 @@
|
||||||
OpenBLAS ChangeLog
|
OpenBLAS ChangeLog
|
||||||
|
====================================================================
|
||||||
|
Version 0.2.10
|
||||||
|
16-Jul-2014
|
||||||
|
common:
|
||||||
|
* Added BLAS extensions as following.
|
||||||
|
s/d/c/zaxpby, s/d/c/zimatcopy, s/d/c/zomatcopy.
|
||||||
|
* Added OPENBLAS_CORETYPE environment for dynamic_arch. (a86d34)
|
||||||
|
* Added NO_AVX2 flag for old binutils. (#401)
|
||||||
|
* Support outputing the CPU corename on runtime.(#407)
|
||||||
|
* Patched LAPACK to fix bug 114, 117, 118.
|
||||||
|
(http://www.netlib.org/lapack/bug_list.html)
|
||||||
|
* Disabled ?gemm3m for a work-around fix. (#400)
|
||||||
|
x86/x86-64:
|
||||||
|
* Fixed lots of bugs for optimized kernels on sandybridge,Haswell,
|
||||||
|
bulldozer, and piledriver.
|
||||||
|
https://github.com/xianyi/OpenBLAS/wiki/Fixed-optimized-kernels-To-do-List
|
||||||
|
|
||||||
|
ARM:
|
||||||
|
* Improved LAPACK testing.
|
||||||
|
|
||||||
====================================================================
|
====================================================================
|
||||||
Version 0.2.9
|
Version 0.2.9
|
||||||
10-Jun-2014
|
10-Jun-2014
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# This library's version
|
# This library's version
|
||||||
VERSION = 0.2.10.rc2
|
VERSION = 0.2.10
|
||||||
|
|
||||||
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
|
# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
|
||||||
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
|
# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
|
||||||
|
|
Loading…
Reference in New Issue