Updated to version 0.7.1

This commit is contained in:
Cedric Nugteren 2016-05-18 21:13:04 +02:00
parent 748df9bf75
commit 9a061528eb
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
Development version (next release)
Version 0.7.1
- Improved performance of large power-of-2 xGEMM kernels for AMD GPUs
- Fixed a bug in the xGEMM routine related to the event incorrectly set
- Made MSVC link the run-time libraries statically

View file

@ -19,7 +19,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
project("clblast" C CXX)
set(clblast_VERSION_MAJOR 0)
set(clblast_VERSION_MINOR 7)
set(clblast_VERSION_PATCH 0)
set(clblast_VERSION_PATCH 1)
# Options and their default values
option(SAMPLES "Enable compilation of the examples" OFF)