summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2015-06-26Added symmetric matrix support for the ABC performance testerCNugteren
2015-06-25Added option to test only symmetric matrices (m=n)CNugteren
2015-06-24Added the SYRK routine, tester, and clientCNugteren
2015-06-23Added performance-client for AC routinesCNugteren
2015-06-23Updated bandwidth computation for GEMM and SYMMCNugteren
2015-06-21Added test infrastructure for AB and AC routinesCNugteren
2015-06-21Added prototypes of SYRK and SYR2KCNugteren
2015-06-21Fixed support for complex data-types for GEMM and SYMM clientsCNugteren
2015-06-20More detailed test passed/skipped/failure reportingCNugteren
2015-06-20Automatically skips tests with unsupported precisionCNugteren
2015-06-20Distinguish between a short smoke test and a full testCNugteren
2015-06-20Moved the argument parsing to the common Tester base classCNugteren
2015-06-20Added additional absolute error checking when testingCNugteren
2015-06-16Moved layout and transpose types to generic tester and AXY routinesCNugteren
2015-06-16Added support for CGEMM/ZGEMM and CSYMM/ZSYMMCNugteren
2015-06-16Created data-type dependent transpose values to testCNugteren
2015-06-15Enable tests of DGEMV/CGEMV/ZGEMVCNugteren
2015-06-14Added GEMV performance-graph scriptCNugteren
2015-06-13Enlarge test matrices and vectors for AXY routines (GEMV)CNugteren
2015-06-13Added initial version of GEMV including tester and performance clientCNugteren
2015-06-12Fixed a bug in testing where the offset would be set incorrectlyCNugteren
2015-06-11Added new tester for matrix-vector-vector routinesCNugteren
2015-06-11Proper testing of invalid buffer sizes (squared) for TestABCCNugteren