Skip to content

Commit

Permalink
Merge pull request #39 from CNugteren/development
Browse files Browse the repository at this point in the history
Update to version 2.3.1
  • Loading branch information
CNugteren committed May 25, 2016
2 parents b887e1e + ebb3085 commit f1b0900
Show file tree
Hide file tree
Showing 6 changed files with 310 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

Version 2.3.1
- Fixed a bug where an output buffer could not be used as input at the same time
- Fixed computing the validation error for half-precision fp16 data-types

Version 2.3.0
- Added support for 'short' and 'cl_half' data-types as kernel buffer and scalar arguments
- Fixed a bug where failed results would still show up in the tuning results
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
project("cltune" CXX)
set(cltune_VERSION_MAJOR 2)
set(cltune_VERSION_MINOR 3)
set(cltune_VERSION_PATCH 0)
set(cltune_VERSION_PATCH 1)

# Options
option(SAMPLES "Enable compilation of sample programs" ON)
Expand Down
Loading

0 comments on commit f1b0900

Please sign in to comment.