Updated to version 0.8.0

This commit is contained in:
Cedric Nugteren 2016-06-28 21:32:00 +02:00
parent 33dddd3ff1
commit 577f0ee117
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
Development version (next release)
Version 0.8.0
- Added support for half-precision floating-point (fp16) in the library
- Made it possible to compile the performance tests (clients) separately from the correctness tests
- Made a reference BLAS and head-to-head performance comparison optional in the clients

View file

@ -18,8 +18,8 @@ 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 7)
set(clblast_VERSION_PATCH 1)
set(clblast_VERSION_MINOR 8)
set(clblast_VERSION_PATCH 0)
# Options and their default values
option(SAMPLES "Enable compilation of the examples" OFF)