summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-09Events are now properly implemented using event waiting list and asking the u...cnugteren
2016-04-04Properly set warning flags for Clangcnugteren
2016-04-04Removed redundant queue synchronisation statementscnugteren
2016-04-03Merge branch 'cpu_blas' into developmentcnugteren
2016-04-03Updated the documentation in light of the support for a reference CPU BLAS li...cnugteren
2016-04-03Added support for detection of CPU BLAS libraries OpenBLAS, BLIS and Accelera...cnugteren
2016-04-02Added support for testing (performance and correctness) against a CPU BLAS li...cnugteren
2016-04-01Added a wrapper for CBLAS libraries for performance/correctness testingcnugteren
2016-03-31Create a first version of CPU BLAS detection in CMakecnugteren
2016-03-31Updated the documentationcnugteren
2016-03-30Merge branch 'level1_routines' into developmentcnugteren
2016-03-30Fixed the nrm2 kernel for complex data-typescnugteren
2016-03-30CMake now downloads the cl.hpp header from the Khronos website when building ...cnugteren
2016-03-30Added prototypes for the xROTM and xROTMG routinesCedric Nugteren
2016-03-30Added prototypes for the xROT and xROTG functionsCedric Nugteren
2016-03-30Made event an optional argument in the CLBlast C++ APICedric Nugteren
2016-03-30Added missing newline to the end of the public API fileCedric Nugteren
2016-03-30Fixed properly passing of OpenCL events to CLBlast functionsCedric Nugteren
2016-03-28Added preliminary support for the xNRM2 routinesCedric Nugteren
2016-03-25Added prototypes for ScNRM2/DzNRM2 routinesCedric Nugteren
2016-03-25Added prototypes for SNRM2/DNRM2 routinesCedric Nugteren
2016-03-23Fixed the C-api export to be able to properly build a DLL on WindowsCedric Nugteren
2016-03-23Fixed compilation of the two SGEMM samplesCedric Nugteren
2016-03-19Added __declspec(dllexport) to create a DLL on WindowsCedric Nugteren
2016-03-14Made the library thread-safe by guarding the kernel cache with a mutexCedric Nugteren
2016-03-13Prepared the changelog for the next releaseCedric Nugteren
2016-03-13Updated to version 0.6.0Cedric Nugteren
2016-03-13Updated Travis to reflect the changes in the Khronos websiteCedric Nugteren
2016-03-13Updated the README fileCedric Nugteren
2016-03-13Updated Travis script to take into account the missing OpenCL packagesCedric Nugteren
2016-03-13Updated Travis script to fix the fglrx=2:8.960-0ubuntu1 issueCedric Nugteren
2016-03-12Added tuning results for the newest xGER family kernelsCedric Nugteren
2016-03-12Added performance graphs for Intel Iris and Radeon M370XCedric Nugteren
2016-03-12Added tuning results for the ARM Mali-T628 GPUCedric Nugteren
2016-03-06Fixed a bug in the GER-family of routines due to incorrect division of the wo...Cedric Nugteren
2016-03-06Made testing against clBLAS in the client binaries truely optional (was partl...Cedric Nugteren
2016-03-06Adjusted the correctness-test error marginsCedric Nugteren
2016-03-06Merge branch 'rank2_update_routines' into developmentCedric Nugteren
2016-03-06Added preliminary support for xHPR2 and xSPR2 routinesCedric Nugteren
2016-03-02Added preliminary support for xHER2 and xSYR2 routinesCedric Nugteren
2016-02-28Added tuning results for Intel Iris Pro and AMD R9 M370XCedric Nugteren
2016-02-28Updated the changelog with newly supported level-2 routinesCedric Nugteren
2016-02-28Merge branch 'ger_routines' into developmentCedric Nugteren
2016-02-28Fixed a couple of correctness bugs in the Xher kernelsCedric Nugteren
2016-02-28Added support for xHER, xHPR, xSYR, and xSPR routinesCedric Nugteren
2016-02-28Fixed a compilation issue under AppleClangCedric Nugteren
2016-02-20Set a proper default precision for the CLBlast clientsCedric Nugteren
2016-02-20Added support for xGERU and xGERC routinesCedric Nugteren
2016-02-20Added XGER routine, kernel, and tunerCedric Nugteren
2016-02-10Updated the changelogCedric Nugteren