https://github.com/CNugteren/CLTune

sort by:
Revision Author Date Message Commit Date
8f2bad2 Merge pull request #8 from CNugteren/proper_library Re-structured the includes and added install targets 12 April 2015, 17:10:46 UTC
cdb2f0c Updated to version 1.3.2 12 April 2015, 17:06:43 UTC
3dab307 Now catches exceptions from kernels 12 April 2015, 17:03:31 UTC
efded01 Updated README 12 April 2015, 15:55:25 UTC
cf62ee9 Added RPATH and updated install targets 12 April 2015, 15:53:34 UTC
47871dd Moved include files 12 April 2015, 15:30:09 UTC
a27d13e Moved and updated the header files 12 April 2015, 15:11:03 UTC
5b0f98d Added install targets and a version number 12 April 2015, 14:29:04 UTC
aa800f7 Moved and renamed the main include file 12 April 2015, 14:28:15 UTC
5accb32 Added reporting of OpenCL version number 12 April 2015, 13:39:58 UTC
e1206b1 Merge pull request #7 from CNugteren/small_fixes Various small updates 03 April 2015, 07:58:11 UTC
0462abb Update to version 1.3.1 03 April 2015, 07:57:09 UTC
9be85a1 Updated the examples 03 April 2015, 07:55:23 UTC
5e83386 Fixed the random number generation in annealing 03 April 2015, 07:54:31 UTC
ea66dec Now using the FindOpenCL script from clBLAS 03 April 2015, 07:53:56 UTC
b9b268d Merge pull request #6 from CNugteren/library_integration_additions Preparation for the tuner to be integrated into other libraries 01 April 2015, 18:12:00 UTC
2a2b974 Added automatic removal of C++11 string literals from kernel code 01 April 2015, 18:07:30 UTC
34361ef Added C++ database format printing 01 April 2015, 18:03:02 UTC
9e7c7f3 Promoted the device name to a private member variable 01 April 2015, 17:56:10 UTC
40d2454 Promoted the device name to a private member variable 01 April 2015, 17:52:33 UTC
550ef14 Merge pull request #5 from CNugteren/intelligent_searching Update to version 1.3.0 with simulated annealing as a search technique. 31 March 2015, 14:34:32 UTC
c7dee04 Fixed merge conflicts 31 March 2015, 14:32:07 UTC
96859cc Update to version 1.3.0 30 March 2015, 14:47:06 UTC
f64eb8c Update to version 1.3.0 30 March 2015, 14:46:54 UTC
b988882 Added the annealing GEMM example 30 March 2015, 14:46:20 UTC
02c54d2 Fixed bug in logging search data to file 30 March 2015, 14:45:33 UTC
c48cd70 Start annealing from a random initial state 30 March 2015, 14:44:58 UTC
40219e3 Allows users to select a search method (and log its process) 30 March 2015, 11:49:53 UTC
2840604 Fixed some warnings 30 March 2015, 11:47:26 UTC
423622d Added option to write search progress to file or screen 27 March 2015, 16:20:49 UTC
6e0148e Added simulated annealing as a intelligent search method 27 March 2015, 15:25:38 UTC
949b5d4 Style improvements on the searcher classes 27 March 2015, 15:12:26 UTC
8c6447a Merge pull request #4 from CNugteren/style_improvements Various style improvements 04 March 2015, 16:30:36 UTC
a526e64 Updated style in tests 04 March 2015, 16:28:52 UTC
7bd259d Various style changes 04 March 2015, 16:19:51 UTC
ddcb4a7 Fixed int/size_t warnings 04 March 2015, 15:56:45 UTC
b40c11c Merge pull request #3 from CNugteren/basic_search_algorithms Added support for basic search algorithms 04 March 2015, 15:44:43 UTC
45d1348 Updated to version 1.2.0 04 March 2015, 15:41:37 UTC
d32775a Added random search 27 February 2015, 15:52:10 UTC
82c4654 Added a search base-class and a full search algorithm 27 February 2015, 15:26:37 UTC
ffdf9bf Re-named Configuration/Setting related variables 27 February 2015, 14:02:59 UTC
fa1437f Merge pull request #2 from CNugteren/develop Added generalised constraints and further use of C++11 features 25 February 2015, 15:12:46 UTC
14da696 Merge branch 'develop' of github.com:CNugteren/cltune into develop 25 February 2015, 15:10:30 UTC
3ae3198 Updated to version 1.1.0 25 February 2015, 15:09:09 UTC
0ffe84b Merge pull request #1 from CNugteren/general_constraints Added a generalised function to support any user-defined constraints on tuning parameters 25 February 2015, 14:20:23 UTC
47b725a Encapsulated thread size modifier enum and made it an enum class 25 February 2015, 14:16:06 UTC
495697a Encapsulated thread size modifier enum and made it an enum class 25 February 2015, 14:14:31 UTC
8e8e0de Updated README 25 February 2015, 14:10:28 UTC
4f96925 Generalized constraint functions, accepting user-defined function objects 25 February 2015, 14:07:46 UTC
4ccda80 Merge branch 'more_c11' into develop 24 February 2015, 15:32:32 UTC
f0aa1d4 Added constexpr and auto to tests 24 February 2015, 15:30:55 UTC
a7c209a More pass-by-reference and renamed TunerException 24 February 2015, 15:23:31 UTC
0395beb More use of auto 24 February 2015, 14:47:37 UTC
570ecc4 C++11-ified samples 24 February 2015, 14:26:09 UTC
0c4470d OpenCLException and ToString now (static) members of OpenCL class 24 February 2015, 14:13:51 UTC
78114ce Added OpenCL shared_ptr to Memory class 24 February 2015, 13:56:29 UTC
a5aed3f Added references to Memory's cl::Context 24 February 2015, 13:27:12 UTC
8048183 Added gitignore for build directory 24 February 2015, 13:25:57 UTC
24b56c0 Now using strongly typed enums 24 February 2015, 12:45:56 UTC
01ae6af Added auto, const, and references 24 February 2015, 12:27:09 UTC
4b7a00a Replaced pointer with shared_ptr 13 January 2015, 19:56:42 UTC
3a75f33 Updated license information 13 January 2015, 19:56:20 UTC
070675e Re-added OpenCL() exception test 13 January 2015, 19:56:02 UTC
bb0ec78 Updated license information 13 January 2015, 19:26:55 UTC
c59c8d6 Initial commit 11 January 2015, 12:30:01 UTC
back to top