https://github.com/CNugteren/CLTune

sort by:
Revision Author Date Message Commit Date
33ba3ef Merge pull request #2 from CNugteren/development Development 02 April 2016, 19:37:23 UTC
da97040 Prepared the changelog for the next release 31 March 2016, 04:11:58 UTC
5802148 Updated to version 2.1.0 31 March 2016, 04:08:35 UTC
0110efc Merge branch 'development' of https://github.com/williamjshipman/CLTune into development 26 March 2016, 13:53:07 UTC
bccd8ac Add runtime check for OpenCL 2 before using OpenCL 2 function. 26 March 2016, 13:37:30 UTC
4698d4a Add runtime check for OpenCL 2 before using OpenCL 2 function. 26 March 2016, 13:21:37 UTC
0dc2a99 Updated the README 21 March 2016, 21:27:54 UTC
1ad3bb2 Merge branch 'development' of github.com:CNugteren/CLTune into development specially if it merges an updated upstream into a topic branch. 21 March 2016, 21:15:24 UTC
0b90c0c Fixes for minor warnings under Visual Studio 21 March 2016, 19:57:35 UTC
1d3c159 Added dllexport to be able to build a DLL under Windows 21 March 2016, 19:56:35 UTC
b170354 Merge pull request #35 from williamjshipman/development Add command line parameter for platform index to conv and gemm samples in line with description in README. 31 January 2016, 17:38:09 UTC
59faefa Updated the README to show that the platform ID is one of the command line parameters and updated the samples so that the order of the parameters matches all parts of the README. 30 January 2016, 23:07:16 UTC
b5a3a8b Samples now support a platform parameter in their command lines, in addition to the device number. 30 January 2016, 22:48:10 UTC
dcddd80 Updated FindOpenCL for Intel Linux OpenCL paths 23 January 2016, 15:08:14 UTC
d643731 Prepared the changelog for the next release 22 November 2015, 11:19:55 UTC
8bc6684 Updated to version 2.0.0 22 November 2015, 11:16:46 UTC
b22dce2 Updated the readme 22 November 2015, 11:15:35 UTC
a21d4a5 Merge pull request #32 from CNugteren/catch_tests Replaced GTest with Catch unit testing 21 November 2015, 13:33:50 UTC
400752b Updated changelog and readme 21 November 2015, 13:29:27 UTC
8757c9e Updated the 'KernelInfo' class to use Catch 21 November 2015, 13:27:45 UTC
b74dcef Updated the 'tuner' class tests to use Catch 19 November 2015, 20:03:50 UTC
3526cc8 Removed GTest, added Catch, added CLCudaAPI tests 15 November 2015, 15:20:41 UTC
e9984c3 Merge pull request #31 from CNugteren/msvc_support MSVC 2015 support 15 November 2015, 15:08:07 UTC
d3c961f Updated changelog 15 November 2015, 15:06:23 UTC
dbb096a Fixed a warning and error for MSVC 14 November 2015, 14:58:21 UTC
f701c1f Prepared for MSVC support 14 November 2015, 14:41:08 UTC
279d1eb Merge pull request #30 from CNugteren/clcudaapi Updated the CLCudaAPI header 10 November 2015, 19:33:30 UTC
c34d456 Fixes CL to CUDA translation header to make the simple example work 08 November 2015, 11:04:53 UTC
3456bf4 Fixed a header inclusion error 08 November 2015, 10:36:28 UTC
c526a84 Added experimental support for CUDA kernels 08 November 2015, 10:29:20 UTC
97cb535 Updated the changelog 07 November 2015, 16:36:21 UTC
a5c5150 Now using version 4.0 of the CLCudaAPI header 07 November 2015, 16:33:41 UTC
1d2701f Disabled additional warnings for Clang 07 November 2015, 16:32:47 UTC
5fbcb3a Merge pull request #29 from CNugteren/machine_learning Machine learning models 07 November 2015, 11:32:02 UTC
d9ea76d Prepared changelog for next version 07 November 2015, 11:26:51 UTC
d644df1 Added a 3-layer neural network model 29 October 2015, 14:12:58 UTC
dfc3651 Prepared for addition of a neural network model 29 October 2015, 09:58:15 UTC
32eb552 Merge pull request #28 from CNugteren/json_metadata Added additional device properties to JSON-output 25 October 2015, 14:51:30 UTC
0a8e371 Added additional device properties to JSON-output 25 October 2015, 14:25:46 UTC
406f3f7 Fixed warnings and zero-range bug 22 September 2015, 08:00:23 UTC
52b34eb Now using ML models to predict best configurations + using logarithmic data 21 September 2015, 15:15:17 UTC
e6e195d Merge pull request #27 from CNugteren/publication CLTune publication and capitalization 07 September 2015, 11:55:26 UTC
1e677ac Added a reference to the CLTune paper 07 September 2015, 11:50:51 UTC
4109e58 Updated name from cltune to CLTune for Travis 07 September 2015, 11:44:54 UTC
790ca0c Cosmetic updates to linear regression 31 August 2015, 15:09:14 UTC
02af290 Added verification based on the cost function 31 August 2015, 14:24:20 UTC
6ddc479 Added regularization support to linear regression 26 August 2015, 15:14:27 UTC
b17861f Completed the function to add extra polynomial features 26 August 2015, 14:24:55 UTC
7c10c8b Added mean value normalization 26 August 2015, 13:37:19 UTC
4d29b06 Minor optimizations to population of permutation configurations 26 August 2015, 13:36:55 UTC
137a93f Merge pull request #26 from CNugteren/travis_ci Added Travis continuous integration 26 August 2015, 12:17:22 UTC
52c0c4f Made Travis always build pushes to the master branch 26 August 2015, 12:11:36 UTC
bf48395 Added travis continuous integration 21 August 2015, 15:25:56 UTC
dec4610 Added initial version of a linear regression machine learning model 21 August 2015, 15:20:48 UTC
15782dd Merge pull request #25 from CNugteren/claduc_and_json Claduc C++11 interface & method to output JSON 03 August 2015, 15:16:14 UTC
43a0e9a Updated to version 1.7.0 03 August 2015, 15:15:04 UTC
2028cfd Added a method to print all results in JSON to file 03 August 2015, 15:09:40 UTC
3d44a9d Now using the new Claduc C++11 OpenCL header 27 July 2015, 11:52:07 UTC
0cd4295 Added initial version of JSON output 27 July 2015, 11:01:32 UTC
039d9ea Merge pull request #24 from CNugteren/reduced_requirements Reduced requirements and warning fixes 28 May 2015, 12:40:21 UTC
12a7f4f Updated to version 1.6.4 28 May 2015, 12:36:25 UTC
a142b6b Don't enable warning flags when building GTest 28 May 2015, 12:33:57 UTC
841a46a Repaired various Clang warnings 28 May 2015, 12:25:57 UTC
53832b4 Reduced requirements to GCC 4.7 28 May 2015, 11:34:12 UTC
9edbebc Merge pull request #23 from CNugteren/cmake_update Reduced compiler requirements 26 May 2015, 14:33:16 UTC
5fecbf5 Restores Clang version checking 26 May 2015, 14:31:26 UTC
359e9ae Updated to version 1.6.3 26 May 2015, 14:29:55 UTC
a2dcd32 Updated the requirements 26 May 2015, 14:27:01 UTC
dc05e23 Minor improvements to the CMake file 26 May 2015, 14:22:06 UTC
153d984 Removed regex to support older compilers 26 May 2015, 14:07:59 UTC
4e9678d Set CMake requirement to 2.8.10 26 May 2015, 14:03:40 UTC
f5afa53 Merge pull request #22 from CNugteren/minor_fixes Various minor fixes 25 May 2015, 12:15:32 UTC
4cc9dbd Updated to version 1.6.2 25 May 2015, 12:15:00 UTC
bc8b21c Updated to version 1.6.2 25 May 2015, 12:14:16 UTC
11844f5 Updated the OpenCL C++ API with explicit, const and new functions 25 May 2015, 12:09:02 UTC
435065b Improved printing of errors in case of kernel failure 25 May 2015, 12:05:56 UTC
db01df1 Repaired an exception-printing bug 25 May 2015, 12:01:15 UTC
0f21d60 Merge pull request #21 from CNugteren/development Minor bug fixes and improved error reporting 22 May 2015, 12:21:53 UTC
b29d0e3 Updated to version 1.6.1 22 May 2015, 12:19:04 UTC
241ce7b Prints information about failed kernels 22 May 2015, 12:16:50 UTC
04fb858 No longer print timings of incorrect results 22 May 2015, 12:09:11 UTC
d200d83 Better exception handling 22 May 2015, 11:30:55 UTC
d794a19 Fixed an exception-printing bug 22 May 2015, 09:56:20 UTC
b59b609 Better error handling and added GetDevice 22 May 2015, 08:52:36 UTC
4204885 Re-added const-qualifier to AddArgumentInput and WriteBuffer 22 May 2015, 08:47:17 UTC
be163db Merge pull request #20 from CNugteren/string_as_source Kernel loading from string 21 May 2015, 15:30:51 UTC
f61f5c0 Updated to version 1.6.0 21 May 2015, 15:28:34 UTC
b6d9f7a Added an option to load kernels from strings instead of from file 21 May 2015, 15:28:06 UTC
862e33b Merge pull request #19 from CNugteren/reference_defines Defines for reference kernels 21 May 2015, 15:06:15 UTC
4ed9f0b Added the posibility to set defines for reference kernels 21 May 2015, 15:05:16 UTC
2b4d771 Merge pull request #18 from CNugteren/opencl_c_api New custom OpenCL C++11 API 21 May 2015, 14:52:49 UTC
fa501bd Removed cl.hpp from CMake 21 May 2015, 14:41:50 UTC
0dfbfb7 Removed the now obsolete OpenCL class 21 May 2015, 14:35:41 UTC
80c7af9 Completed the custom OpenCL C++11 API header 21 May 2015, 14:20:46 UTC
2b38819 Removed several default non-initializing constructors and added exceptions 21 May 2015, 14:01:29 UTC
6c0160d Removed the standard Khronos cl.hpp header 21 May 2015, 12:35:19 UTC
aaae298 Changed default device to 0 21 May 2015, 12:22:33 UTC
89db987 Added Device and Platform to the C++11 OpenCL API 21 May 2015, 12:22:17 UTC
2fc304b Minor updated to the custom OpenCL C++11 header 20 May 2015, 15:16:36 UTC
8589b28 Added first version of custom C++11 Platform and Device 20 May 2015, 15:08:59 UTC
back to top