summaryrefslogtreecommitdiff
path: root/test/correctness/tester.cc
AgeCommit message (Expand)Author
2016-06-06Made the tests for invalid buffer sizes also verbose in verbose modeCedric Nugteren
2016-05-30Increased the verbosity of the -verbose option in the correctness testsCedric 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-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-02Added support for testing (performance and correctness) against a CPU BLAS li...cnugteren
2016-03-06Adjusted the correctness-test error marginsCedric Nugteren
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-19Moved precision tester to utilitiesCNugteren
2015-07-27Now using the new Claduc C++11 OpenCL headerCNugteren
2015-07-08The testers now distinguish between the memory and alpha/beta data-typeCNugteren
2015-07-01Added the unit/non-unit diagonal enumCNugteren
2015-06-28Re-organized the test infrastructure to avoid code duplicationCNugteren
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-05-30Initial commit of preview versionCNugteren