summaryrefslogtreecommitdiff
path: root/test/correctness/testblas.hpp
AgeCommit message (Expand)Author
2017-08-19Implemented proper im2col reference function and completd testsCedric Nugteren
2017-08-12Merge branch 'master' into im_to_colCedric Nugteren
2017-07-16First step towards supporting im2col in the test infrastructureCedric Nugteren
2017-07-12Fixed batched tests when testing for invalid sizes against clBLASCedric 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-01Separated host-device and device-host memory copies from execution of the CBL...Cedric 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-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 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-18Moved all headers into the source tree, changed headers to .hpp extensionCedric Nugteren