Update dot to 0.2.12 version.
This commit is contained in:
parent
f1b9a4a1ca
commit
ac5a7e1c1b
|
@ -1,4 +1,19 @@
|
||||||
OpenBLAS ChangeLog
|
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
|
Version 0.2.11
|
||||||
18-Aug-2014
|
18-Aug-2014
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# This library's version
|
# 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
|
# 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