summaryrefslogtreecommitdiff
path: root/test/correctness/misc/override_parameters.cpp
AgeCommit message (Expand)Author
2023-05-10Fix compilation issue in override parameters testCedric Nugteren
2018-11-12Add kernel_mode option to im2col, col2im, and convgemm functionsKoichi Akabe
2018-04-15Fixed some failing tests for GEMM and batched GEMM routinesCedric Nugteren
2018-01-11Fixed bug in override parameters testCedric Nugteren
2017-10-01GEMM tests now test both the in-direct and the direct kernels seperatelyCedric Nugteren
2017-09-24Updated database override function to work with the new database storage formatCedric Nugteren
2017-07-09Changed printf-statements with %zu into std::cout to fix MSVC 2013 compatibilityCedric Nugteren
2017-04-11Made compilation of the cuBLAS wrapper work properlyCedric 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-02-18Changed the override-parameters test such that it is compatible with more dev...Cedric Nugteren
2017-02-14Added simple tests for the OverrideParameters functionCedric Nugteren