Skip to content

Commit ac5a7e1

Browse files
committed
Update dot to 0.2.12 version.
1 parent f1b9a4a commit ac5a7e1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Changelog.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
OpenBLAS ChangeLog
2+
====================================================================
3+
Version 0.2.12
4+
13-Oct-2014
5+
common:
6+
* Added CBLAS interface for ?omatcopy and ?imatcopy.
7+
* Enable ?gemm3m functions.
8+
* Added benchmark for ?gemm3m.
9+
* Optimized multithreading lower limits.
10+
* Disabled SYMM3M and HEMM3M functions
11+
because of segment violations.
12+
13+
x86/x86-64:
14+
* Improved axpy and symv performance on AMD Bulldozer.
15+
* Improved gemv performance on modern Intel and AMD CPUs.
16+
217
====================================================================
318
Version 0.2.11
419
18-Aug-2014

Makefile.rule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
# This library's version
6-
VERSION = 0.2.11
6+
VERSION = 0.2.12
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

0 commit comments

Comments
 (0)