summaryrefslogtreecommitdiff
path: root/test/correctness
AgeCommit message (Expand)Author
2017-01-20treewide: include clpp11.hpp first to silence deprecation warningsIvan Shapovalov
2016-11-27Made it possible to use the command-line environmental variables for each exe...Cedric Nugteren
2016-11-17Fixed a bug in the error margins; relaxed the error margins for half-precisionCedric Nugteren
2016-10-22All enums in the C API are now prefixed with CLBlast to avoid potential name ...Cedric Nugteren
2016-10-22Moved files around a bit; created a utilities subfolderCedric Nugteren
2016-10-18Fixed compilation issues of the testers for Visual Studio 2013: mostly conver...Cedric Nugteren
2016-09-27Now generates test/client/tuner data using a fixed seed to enable reproducabi...Cedric Nugteren
2016-09-27Added more relaxed error checking for the half-precision testsCedric Nugteren
2016-08-27test/correctness: read platform and device from environmentIvan Shapovalov
2016-06-27Changed the symbol for error-code skipped tests to distinguish from succesful...Cedric Nugteren
2016-06-27Increased the verbosity of the '-verbose' option for the correctness tests, n...Cedric Nugteren
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-06-08Made the CPU BLAS library the default reference to test against in favor of c...Cedric Nugteren
2016-06-06Made the tests for invalid buffer sizes also verbose in verbose modeCedric Nugteren
2016-06-02Added return value to the test binaries (0: success, 1: failure), allowing it...Cedric Nugteren
2016-05-30Increased the verbosity of the -verbose option in the correctness testsCedric Nugteren
2016-05-26Added half-precision tests for the clBLAS reference through conversion to sin...Cedric Nugteren
2016-05-26Added half-precision tests for the CBLAS reference through conversion to sing...Cedric Nugteren
2016-05-18Merged in latest changes from 0.7.1 releaseCedric Nugteren
2016-05-08Fixes for compilation of the tests under Visual Studio 2015CNugteren
2016-05-07Added an option to the tests to control whether to test against clBLAS or a C...Cedric Nugteren
2016-05-05Added printing of indices when testing in verbose modeCedric Nugteren
2016-04-27Relaxed the absolute error margin for floating-point value comparisons to 1e-4Cedric Nugteren
2016-04-27Added a '-verbose' option to the test binaries to report errors in more detai...Cedric Nugteren
2016-04-20Added support for the iSAMAX/iDAMAX/iCAMAX/iZAMAX routinescnugteren
2016-04-20Added prototype for ixAMAX routinescnugteren
2016-04-14Added support for the SASUM/DASUM/ScASUM/DzASUM routinescnugteren
2016-04-13Added prototype for xASUM routinescnugteren
2016-04-02Added support for testing (performance and correctness) against a CPU BLAS li...cnugteren
2016-03-30Merge branch 'level1_routines' into developmentcnugteren
2016-03-30Added prototypes for the xROTM and xROTMG routinesCedric Nugteren
2016-03-30Added prototypes for the xROT and xROTG functionsCedric Nugteren
2016-03-28Added preliminary support for the xNRM2 routinesCedric Nugteren
2016-03-25Added prototypes for ScNRM2/DzNRM2 routinesCedric Nugteren
2016-03-25Added prototypes for SNRM2/DNRM2 routinesCedric Nugteren
2016-03-06Adjusted the correctness-test error marginsCedric Nugteren
2016-01-30Fixes for compilation under Visual StudioCNugteren
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-18Added generated main functions for correctness/performance tests for level 2 ...CNugteren
2015-09-14Added xDOT/xDOTU/xDOTC dot-product routinesCNugteren
2015-09-14Added support for the dot buffer and offset argumentCNugteren
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