Update the doc for 0.2.14.
This commit is contained in:
parent
e81a5d61e4
commit
a3491e1e88
|
@ -1,4 +1,24 @@
|
||||||
OpenBLAS ChangeLog
|
OpenBLAS ChangeLog
|
||||||
|
====================================================================
|
||||||
|
Version 0.2.14
|
||||||
|
24-Mar-2015
|
||||||
|
common:
|
||||||
|
* Improve OpenBLASConfig.cmake. (#474, #475. Thanks, xantares.)
|
||||||
|
* Improve ger and gemv for small matrices by stack allocation.
|
||||||
|
e.g. make -DMAX_STACK_ALLOC=2048 (#482. Thanks, Jerome Robert.)
|
||||||
|
* Introduce openblas_get_num_threads and openblas_get_num_procs.
|
||||||
|
(#497. Thanks, Erik Schnetter.)
|
||||||
|
* Add ATLAS-style ?geadd function. (#509. Thanks, Martin Köhler.)
|
||||||
|
* Fix c/zsyr bug with negative incx. (#492.)
|
||||||
|
* Fix race condition during shutdown causing a crash in
|
||||||
|
gotoblas_set_affinity(). (#508. Thanks, Ton van den Heuvel.)
|
||||||
|
|
||||||
|
x86/x86-64:
|
||||||
|
* Support AMD Streamroller.
|
||||||
|
|
||||||
|
ARM:
|
||||||
|
* Add Cortex-A9 and Cortex-A15 targets.
|
||||||
|
|
||||||
====================================================================
|
====================================================================
|
||||||
Version 0.2.13
|
Version 0.2.13
|
||||||
3-Dec-2014
|
3-Dec-2014
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# This library's version
|
# This library's version
|
||||||
VERSION = 0.2.13
|
VERSION = 0.2.14
|
||||||
|
|
||||||
# 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