summaryrefslogtreecommitdiff
path: root/test/correctness/tester.hpp
AgeCommit message (Collapse)Author
2017-04-02Layed the groundwork for cuBLAS comparisons in the clientsCedric Nugteren
2017-02-27Added L2 error computation and checking for half-precision testsCedric Nugteren
2017-01-20treewide: include clpp11.hpp first to silence deprecation warningsIvan Shapovalov
Otherwise, cl.h gets included through clblast.h before clpp11.hpp.
2016-11-27Made it possible to use the command-line environmental variables for each ↵Cedric Nugteren
executable and without re-running CMake
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 ↵Cedric Nugteren
conversions of class constants to static
2016-06-27Changed the symbol for error-code skipped tests to distinguish from ↵Cedric Nugteren
succesfull error-code checks in the correctness tests
2016-06-18Moved all headers into the source tree, changed headers to .hpp extensionCedric Nugteren