summaryrefslogtreecommitdiff
path: root/test/correctness/testblas.hpp
AgeCommit message (Collapse)Author
2017-04-01Separated host-device and device-host memory copies from execution of the ↵Cedric Nugteren
CBLAS reference code; for fair timing and code de-duplication
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
- undoing many earlier changes
2017-03-05Adjusted the test-infrastructure to support testing of batched-versions of ↵Cedric Nugteren
routines
2017-03-04Added a proper data-preparation function for the TRSM testsCedric Nugteren
2016-11-27Made it possible to use the command-line environmental variables for each ↵Cedric Nugteren
executable and without re-running CMake
2016-10-18Fixed compilation issues of the testers for Visual Studio 2013: mostly ↵Cedric Nugteren
conversions of class constants to static
2016-09-27Now generates test/client/tuner data using a fixed seed to enable ↵Cedric Nugteren
reproducability of results
2016-06-18Moved all headers into the source tree, changed headers to .hpp extensionCedric Nugteren