summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-03-30Added prototypes for the xROTM and xROTMG routinesCedric Nugteren
2016-03-30Added prototypes for the xROT and xROTG functionsCedric 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-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-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-08Fixed warnings under MSVCCNugteren
2016-02-06Fixed a linker error in the performance client under GCCCNugteren
2016-01-30Fixes for compilation under Visual StudioCNugteren
2016-01-30Prepared for MSVC supportCedric Nugteren
2016-01-30Fixed a bug in the graph scripts (thanks to Victor Pakhomov)Cedric Nugteren
2015-09-26Added TRMV/TBMV/TPMV routinesCNugteren
2015-09-19Added SBMV and SPMV routinesCNugteren
2015-09-19Added the HPMV routineCNugteren
2015-09-19Added infrastructure for packed matricesCNugteren
2015-09-19Added the HBMV routineCNugteren
2015-09-18Added first version of banded matrix-vector multiplicationCNugteren
2015-09-18Added generated main functions for correctness/performance tests for level 2 ...CNugteren
2015-09-17Added interface of all level 2 routinesCNugteren
2015-09-17Added script to generate API interface and implementation automaticallyCNugteren
2015-09-14Added xDOT/xDOTU/xDOTC dot-product routinesCNugteren
2015-09-14Added support for the dot buffer and offset argumentCNugteren
2015-08-24Minor update of options-printing syntaxCNugteren
2015-08-22Added the XSWAP, XSCAL and XCOPY level-1 routinesCNugteren
2015-08-19Moved precision tester to utilitiesCNugteren
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-22Made the graph script robust against diagnostic system messagesCNugteren
2015-07-15Changed performance graphs to default to column-majorCNugteren
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-10The clients now distinguish between the memory and alpha/beta data-typeCNugteren
2015-07-08The testers now distinguish between the memory and alpha/beta data-typeCNugteren
2015-07-02Added the TRMM routine, tester, and clientCNugteren
2015-07-02Fixed the order of argumentsCNugteren
2015-07-01Added the unit/non-unit diagonal enumCNugteren
2015-06-30Added constness to all cl_mem objectsCNugteren
2015-06-30Added TRMM and TRSM clBLAS wrappersCNugteren
2015-06-29Fixed the license for the correctness testersCNugteren
2015-06-29Re-organized the performance-client infrastructure to avoid code duplicationCNugteren
2015-06-28Re-organized the test infrastructure to avoid code duplicationCNugteren
2015-06-26Added the SYR2K routine, tester, and clientCNugteren