summaryrefslogtreecommitdiff
path: root/test/correctness/tester.cpp
AgeCommit message (Expand)Author
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