summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-03-23Fixed compilation of the two SGEMM samplesCedric Nugteren
2016-03-13Updated to version 0.6.0Cedric 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 support for xHER, xHPR, xSYR, and xSPR routinesCedric Nugteren
2016-02-20Added support for xGERU and xGERC routinesCedric Nugteren
2016-02-20Added XGER routine, kernel, and tunerCedric Nugteren
2016-02-06Changed the order of tuners in the alltuners targetCedric Nugteren
2016-01-30Fixes for compilation under Visual StudioCNugteren
2016-01-30Prepared for MSVC supportCedric Nugteren
2015-10-17Updated to version 0.5.0CNugteren
2015-09-26Added TRMV/TBMV/TPMV routinesCNugteren
2015-09-19Added SBMV and SPMV routinesCNugteren
2015-09-19Added the HPMV routineCNugteren
2015-09-19Added the HBMV routineCNugteren
2015-09-18Added first version of banded matrix-vector multiplicationCNugteren
2015-09-14Added xDOT/xDOTU/xDOTC dot-product routinesCNugteren
2015-08-22Added the XSWAP, XSCAL and XCOPY level-1 routinesCNugteren
2015-08-22Updated to version 0.4.0CNugteren
2015-08-21Added clblast prefix to binaries and added the alltests targetCNugteren
2015-08-20Merge pull request #23 from CNugteren/tuner_databaseCedric Nugteren
2015-08-19Added target to run all tunersCNugteren
2015-08-13Added SGEMM example using the C APICNugteren
2015-08-13Added initial version of C API with just one routineCNugteren
2015-08-09Refactored the tuners, added JSON outputCNugteren
2015-07-31Added HEMV routineCNugteren
2015-07-31Added SYMV routineCNugteren
2015-07-31Removed clBLAS source code, now requires separate installationCNugteren
2015-07-27Moved the preferred options of clBLAS (no tests) to the CLBlast CMakeLists fileCNugteren
2015-07-24Updated to version 0.3.0CNugteren
2015-07-12Added subfolders for the level1/2/3 routinesCNugteren
2015-07-12Added the HEMM routine, tester, and clientCNugteren
2015-07-10Added the HER2K routine, tester, and clientCNugteren
2015-07-10Added the HERK routine, tester, and clientCNugteren
2015-07-02Added the TRMM routine, tester, and clientCNugteren
2015-06-28Re-organized the test infrastructure to avoid code duplicationCNugteren
2015-06-26Added the SYR2K routine, tester, and clientCNugteren
2015-06-24Added the SYRK routine, tester, and clientCNugteren
2015-06-21Added test infrastructure for AB and AC routinesCNugteren
2015-06-21Updated to version 0.2.0CNugteren
2015-06-13Added initial version of GEMV including tester and performance clientCNugteren
2015-06-11Added new tester for matrix-vector-vector routinesCNugteren
2015-06-10Added initial naive version of Xgemv kernelCNugteren
2015-05-30Initial commit of preview versionCNugteren