summaryrefslogtreecommitdiff
path: root/test/performance/client.cc
AgeCommit message (Expand)Author
2016-06-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren
2016-06-18Moved all headers into the source tree, changed headers to .hpp extensionCedric Nugteren
2016-06-16Added XOMATCOPY routines to perform out-of-place matrix scaling, copying, and...Cedric Nugteren
2016-05-25Added possibility to run the performance client with half-precisionCedric Nugteren
2016-04-20Added support for the iSAMAX/iDAMAX/iCAMAX/iZAMAX routinescnugteren
2016-04-14Added support for the SASUM/DASUM/ScASUM/DzASUM routinescnugteren
2016-04-02Added support for testing (performance and correctness) against a CPU BLAS li...cnugteren
2016-03-28Added preliminary support for the xNRM2 routinesCedric Nugteren
2016-03-06Made testing against clBLAS in the client binaries truely optional (was partl...Cedric Nugteren
2016-02-08Fixed warnings under MSVCCNugteren
2016-02-06Fixed a linker error in the performance client under GCCCNugteren
2016-01-30Prepared for MSVC supportCedric Nugteren
2015-09-19Added infrastructure for packed matricesCNugteren
2015-09-18Added first version of banded matrix-vector multiplicationCNugteren
2015-09-14Added support for the dot buffer and offset argumentCNugteren
2015-08-24Minor update of options-printing syntaxCNugteren
2015-07-27Now using the new Claduc C++11 OpenCL headerCNugteren
2015-07-10The clients now distinguish between the memory and alpha/beta data-typeCNugteren
2015-07-01Added the unit/non-unit diagonal enumCNugteren
2015-06-29Re-organized the performance-client infrastructure to avoid code duplicationCNugteren
2015-06-26Added symmetric matrix support for the ABC performance testerCNugteren
2015-06-23Added performance-client for AC routinesCNugteren
2015-06-13Added initial version of GEMV including tester and performance clientCNugteren
2015-05-30Initial commit of preview versionCNugteren