summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-09-13 19:20:39 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-09-13 19:20:39 +0200
commit4b94afda941a86f363064ff02f97e21eb9618794 (patch)
treee8bcbc331683ca6fd807f5a5b83bb05c6e6fed69
parent48ab0428cb3461676072a54571c747e83ef13772 (diff)
Updated to version 0.9.0
-rw-r--r--CHANGELOG2
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 10cde25d..1995dc84 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
-Development version (next release)
+Version 0.9.0
- Updated to version 6.0 of the CLCudaAPI C++11 OpenCL header
- Improved performance significantly of rotated GEMV computations
- Improved performance of unseen/un-tuned devices by a better default tuning parameter selection
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ffcdf1a9..178ac9bb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
# CMake project details
project("clblast" C CXX)
set(clblast_VERSION_MAJOR 0)
-set(clblast_VERSION_MINOR 8)
+set(clblast_VERSION_MINOR 9)
set(clblast_VERSION_PATCH 0)
# Options and their default values
diff --git a/README.md b/README.md
index 51452028..b9631ea0 100644
--- a/README.md
+++ b/README.md
@@ -288,7 +288,7 @@ The contributing authors (code, pull requests, testing) so far are:
* [Hugh Perkins](https://github.com/hughperkins)
* [Gian-Carlo Pascutto](https://github.com/gcp)
* [Ivan Shapovalov](https://github.com/intelfx)
-* [Dimitri VA](https://github.com/dvasschemacq)
+* [Dimitri Van Assche](https://github.com/dvasschemacq)
Tuning and testing on a variety of OpenCL devices was made possible by: