https://github.com/CNugteren/CLTune

sort by:
Revision Author Date Message Commit Date
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
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