summaryrefslogtreecommitdiff
path: root/test/correctness/tester.cpp
AgeCommit message (Expand)Author
2018-09-07Reduced size of the xCONVGEMM correctness testsCedric Nugteren
2017-11-13Moved square-difference utility function for use in the tunersCedric Nugteren
2017-09-26Added missing headersCedric Nugteren
2017-09-23Made database-caching no longer dependent on device name but on device/platfo...Cedric Nugteren
2017-08-19Implemented proper im2col reference function and completd testsCedric Nugteren
2017-08-12Merge branch 'master' into im_to_colCedric Nugteren
2017-07-16First step towards supporting im2col in the test infrastructureCedric Nugteren
2017-07-09Changed printf-statements with %zu into std::cout to fix MSVC 2013 compatibilityCedric Nugteren
2017-06-27Moved and inlined some static member variables and disabled spurious clang wa...Cedric Nugteren
2017-04-10Added reference implementations for performance-testing against cuBLASCedric Nugteren
2017-04-02Layed the groundwork for cuBLAS comparisons in the clientsCedric Nugteren
2017-03-05Adjusted the test-infrastructure to support testing of batched-versions of ro...Cedric Nugteren
2017-03-04Added a proper data-preparation function for the TRSM testsCedric Nugteren
2017-03-01Made a double to float cast explicit for MSVC compatibility (C2397)Cedric Nugteren
2017-02-27Added L2 error computation and checking for half-precision testsCedric Nugteren
2017-02-26Improved the correctness tests for complex numbers in case either real or ima...Cedric Nugteren
2017-02-19Added data-preparation function for the TRSV tests and special nan/inf checks...Cedric Nugteren
2017-02-05Merge branch 'development' into triangular_solversCedric Nugteren
2017-02-05Fixed complex version of the TRSV kernelCedric Nugteren
2017-01-24treewide: silence type mismatch warnings in *printf()Ivan Shapovalov
2017-01-24Tester: always fail on OpenCL and CLBlast internal errorsIvan 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-18Fixed compilation issues of the testers for Visual Studio 2013: mostly conver...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-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren