summaryrefslogtreecommitdiff
path: root/test/correctness/tester.hpp
AgeCommit message (Collapse)Author
2017-11-13Moved square-difference utility function for use in the tunersCedric Nugteren
2017-10-15Prepared test and client infrastructure for use with the CUDA APICedric Nugteren
2017-08-12Moved some utility functions to a test-specific utility compilation-unitCedric Nugteren
2017-07-09Disabled UNIX-style terminal color printing under WindowsCedric Nugteren
2017-06-27Moved and inlined some static member variables and disabled spurious clang ↵Cedric Nugteren
warnings
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