File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 2.8.4)
66project (OpenBLAS)
77set (OpenBLAS_MAJOR_VERSION 0)
88set (OpenBLAS_MINOR_VERSION 2)
9- set (OpenBLAS_PATCH_VERSION 16.rc1 )
9+ set (OpenBLAS_PATCH_VERSION 16)
1010set (OpenBLAS_VERSION "${OpenBLAS_MAJOR_VERSION} .${OpenBLAS_MINOR_VERSION} .${OpenBLAS_PATCH_VERSION} " )
1111
1212enable_language (ASM )
Original file line number Diff line number Diff line change 11OpenBLAS ChangeLog
2+ ====================================================================
3+ Version 0.2.16
4+ 15-Mar-2016
5+ common:
6+ * Avoid potential getenv segfault. (#716)
7+ * Import LAPACK svn bugfix #142-#147,#150-#155
8+
9+ x86/x86_64:
10+ * Optimize c/zgemv for AMD Bulldozer, Piledriver, Steamroller
11+ * Fix bug with scipy linalg test.
12+
13+ ARM:
14+ * Improve DGEMM for ARM Cortex-A57. (Thanks, Ashwin Sekhar T K)
15+
16+ POWER:
17+ * Optimize D and Z BLAS3 functions for Power8.
18+
219====================================================================
320Version 0.2.16.rc1
42123-Feb-2016
Original file line number Diff line number Diff line change 33#
44
55# This library's version
6- VERSION = 0.2.16.rc1
6+ VERSION = 0.2.16
77
88# If you set the suffix, the library name will be libopenblas_$(LIBNAMESUFFIX).a
99# and libopenblas_$(LIBNAMESUFFIX).so. Meanwhile, the soname in shared library
You can’t perform that action at this time.
0 commit comments