[clblas] 66/75: Update README with release notes

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jan 24 23:30:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository clblas.

commit b567cd4fa47b362a23939d26235b32466b8e7aed
Author: Kent Knox <kent.knox at amd>
Date:   Tue Jan 17 14:07:46 2017 -0600

    Update README with release notes
---
 README.md | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 8de7d7e..8fc9492 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ This repository houses the code for the OpenCL™ BLAS portion of clMath.
 The complete set of BLAS level 1, 2 & 3 routines is implemented. Please
 see Netlib BLAS for the list of supported routines. In addition to GPU
 devices, the library also supports running on CPU devices to facilitate
-debugging and multicore programming. APPML 1.10 is the most current
+debugging and multicore programming. APPML 1.12 is the most current
 generally available pre-packaged binary version of the library available
 for download for both Linux and Windows platforms.
 
@@ -23,13 +23,12 @@ library does generate and enqueue optimized OpenCL kernels, relieving
 the user from the task of writing, optimizing and maintaining kernel
 code themselves.
 
-## clBLAS update notes 09/2015
-
-- Introducing [AutoGemm](http://github.com/clMathLibraries/clBLAS/wiki/AutoGemm)
-  - clBLAS's Gemm implementation has been comprehensively overhauled to use AutoGemm. AutoGemm is a suite of python scripts which generate optimized kernels and kernel selection logic, for all precisions, transposes, tile sizes and so on.
-  - CMake is configured to use AutoGemm for clBLAS so the build and usage experience of Gemm remains unchanged (only performance and maintainability has been improved). Kernel sources are generated at build time (not runtime) and can be configured within CMake to be pre-compiled at build time.
-  - clBLAS users with unique Gemm requirements can customize AutoGemm to their needs (such as non-default tile sizes for very small or very skinny matrices); see [AutoGemm](http://github.com/clMathLibraries/clBLAS/wiki/AutoGemm) documentation for details.
+## clBLAS update notes 01/2017
 
+- v2.12 is a bugfix release as a rollup of all fixes in /develop branch
+  - Thanks to @pavanky, @iotamudelta, @shahsan10, @psyhtest, @haahh, @hughperkins, @tfauck
+    @abhiShandy, @IvanVergiliev, @zougloub, @mgates3 for contributions to clBLAS v2.12
+- Summary of fixes available to read on the releases tab
 
 ## clBLAS library user documentation
 
@@ -202,7 +201,7 @@ The simple example below shows how to use clBLAS to compute an OpenCL accelerate
   - Netlib CBLAS (recommended)
     Ubuntu: install by "apt-get install libblas-dev"
     Windows: download & install lapack-3.6.0 which comes with CBLAS
-  - or ACML on windows/linux; Accelerate on Mac OSX 
+  - or ACML on windows/linux; Accelerate on Mac OSX
 
 ### Performance infrastructure
 * Python

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clblas.git



More information about the debian-science-commits mailing list