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: