summaryrefslogtreecommitdiff
path: root/test/correctness/testblas.cpp
AgeCommit message (Expand)Author
2017-07-09Changed printf-statements with %zu into std::cout to fix MSVC 2013 compatibilityCedric Nugteren
2017-06-27Undo of earlier move of TestBlas::kTransposes constant to fix MSVC 2013 compi...Cedric Nugteren
2017-06-25Moved static variable declarations from .cpp to .hpp to resolve some Clang wa...Cedric Nugteren
2017-04-14Added a new Xaxpy kernel in between the regular and fast version inCedric Nugteren
2017-04-01Separated host-device and device-host memory copies from execution of the CBL...Cedric Nugteren
2017-03-20Fixed a GCC/MSVC compilation issueCedric Nugteren
2017-03-12Fixed a linker issue for ClangCedric Nugteren
2017-03-08Make batched routines based on offsets instead of a vector of cl_mem objects ...Cedric Nugteren
2017-03-05Adjusted the test-infrastructure to support testing of batched-versions of ro...Cedric Nugteren
2017-03-05Changed the way the test-data is generated: now using a single MT generator a...Cedric Nugteren
2017-03-04Added a proper data-preparation function for the TRSM testsCedric Nugteren
2017-02-27Added L2 error computation and checking for half-precision testsCedric Nugteren
2017-01-15Prints additional information in verbose/debug modeCedric Nugteren
2016-11-27Made it possible to use the command-line environmental variables for each exe...Cedric Nugteren
2016-10-18Fixed compilation issues of the testers for Visual Studio 2013: mostly conver...Cedric Nugteren
2016-09-27Now generates test/client/tuner data using a fixed seed to enable reproducabi...Cedric Nugteren
2016-06-27Increased the verbosity of the '-verbose' option for the correctness tests, n...Cedric Nugteren
2016-06-19Renamed all C++ source files to .cpp to match the .hpp extension betterCedric Nugteren