summaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2023-05-14Add Github Actions CI (#464)Cedric Nugteren
2022-09-27Properly set OpenCL target to version 2.1Cedric Nugteren
2022-09-22Replace the broken khronos registry link for cl.hpp with a new github link fo...Cedric Nugteren
2020-03-08Added sample to play around with XAMAX routineCedric Nugteren
2018-03-09Added several more tuner API functionsCedric Nugteren
2018-03-06First version of the tuning API, added interface for copy-kernel, added sampleCedric Nugteren
2017-10-27Added a DTRSM C++ interface exampleCedric Nugteren
2017-10-14Added DAXPY example for the CUDA APICedric Nugteren
2017-10-14Various fixes to make the host code and sample compile with the CUDA APICedric Nugteren
2017-10-14Added first untested CUDA sampleCedric Nugteren
2017-06-29Added batched GEMM example programCedric Nugteren
2017-05-15Fixed a minor compilation issue of a sample with GCC 4.8Cedric Nugteren
2017-01-24treewide: silence type mismatch warnings in *printf()Ivan Shapovalov
2017-01-24samples: add CL_USE_DEPRECATED_OPENCL_1_*_APIS where neededIvan Shapovalov
2016-10-25Added an example and documentation for the Netlib CBLAS APICedric Nugteren
2016-10-22All enums in the C API are now prefixed with CLBlast to avoid potential name ...Cedric Nugteren
2016-09-22Fixed a bug waiting for an invalid event in case of a non-succesfull CLBlast ...Cedric Nugteren
2016-07-02Fixed some memory leaks related to events not properly cleaned-upCedric Nugteren
2016-06-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren
2016-05-15Added an example of using the half-precision HAXPY routineCedric Nugteren
2016-05-08Updated to version 0.7.0Cedric Nugteren
2016-04-29Added an example to demonstrate the use of the ClearCache and FillCache funct...Cedric Nugteren
2016-04-29Added sample C programs for the SASUM and DGEMV routinesCedric Nugteren
2016-04-27Added missing namespace to the SGEMM exampleCedric Nugteren
2016-04-09Events are now properly implemented using event waiting list and asking the u...cnugteren
2016-03-30CMake now downloads the cl.hpp header from the Khronos website when building ...cnugteren
2016-03-23Fixed compilation of the two SGEMM samplesCedric Nugteren
2015-08-13Added SGEMM example using the C APICNugteren
2015-05-30Initial commit of preview versionCNugteren