Updated to version 0.9.0

This commit is contained in:
Cedric Nugteren 2016-09-13 19:20:39 +02:00
parent 48ab0428cb
commit 4b94afda94
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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: