Skip to content

Commit aa90518

Browse files
committed
Update Changelog for 0.2.16.rc1.
1 parent a0debd4 commit aa90518

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Changelog.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,40 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.16.rc1
4+
23-Feb-2016
5+
common:
6+
* Upgrade LAPACK to 3.6.0 version.
7+
Add BUILD_LAPACK_DEPRECATED option in Makefile.rule to build
8+
LAPACK deprecated functions.
9+
* Add MAKE_NB_JOBS option in Makefile.
10+
Force number of make jobs.This is particularly
11+
useful when using distcc. (#735. Thanks, Jerome Robert.)
12+
* Redesign unit test. Run unit/regression test at every build (Travis-CI and Appveyor).
13+
* Disable multi-threading for small size swap and ger. (#744. Thanks, Jerome Robert)
14+
* Improve small zger, zgemv, ztrmv using stack alloction (#727. Thanks, Jerome Robert)
15+
* Let openblas_get_num_threads return the number of active threads.
16+
(#760. Thanks, Jerome Robert)
17+
* Support illumos(OmniOS). (#749. Thanks, Lauri Tirkkonen)
18+
* Fix LAPACK Dormbr, Dormlq bug. (#711, #713. Thanks, Brendan Tracey)
19+
* Update scipy benchmark script. (#745. Thanks, John Kirkham)
20+
21+
x86/x86_64:
22+
* Optimize trsm kernels for AMD Bulldozer, Piledriver, Steamroller.
23+
* Detect Intel Avoton.
24+
* Detect AMD Trinity, Richland, E2-3200.
25+
* Fix gemv performance bug on Mac OSX Intel Haswell.
26+
* Fix some bugs with CMake and Visual Studio
27+
28+
ARM:
29+
* Support and optimize Cortex-A57 AArch64.
30+
(#686. Thanks, Ashwin Sekhar TK)
31+
* Fix Android build on ARMV7 (#778. Thanks, Paul Mustiere)
32+
* Update ARMV6 kernels.
33+
34+
POWER:
35+
* Fix detection of POWER architecture
36+
(#684. Thanks, Sebastien Villemot)
37+
238
====================================================================
339
Version 0.2.15
440
27-Oct-2015

0 commit comments

Comments
 (0)