summaryrefslogtreecommitdiff
path: root/test/routines/level2
AgeCommit message (Expand)Author
2016-06-18Moved all headers into the source tree, changed headers to .hpp extensionCedric Nugteren
2016-05-26Added half-precision tests for the clBLAS reference through conversion to sin...Cedric Nugteren
2016-04-27All CLBlast enum constants now have the same raw values as in the cblas standardCedric Nugteren
2016-04-02Added support for testing (performance and correctness) against a CPU BLAS li...cnugteren
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
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-07-31Added HEMV routineCNugteren
2015-07-31Added SYMV routineCNugteren
2015-07-31Refactored the correctness testsCNugteren
2015-07-27Now using the new Claduc C++11 OpenCL headerCNugteren
2015-07-12Added subfolders for the level1/2/3 routinesCNugteren