summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-11-02Integrated the GEMM routine tuner for kernel selection; added first tuning re...Cedric Nugteren
2017-10-28Moved timing function to a separate fileCedric Nugteren
2017-10-25Fixed small bug in (unused) invert testerCedric Nugteren
2017-10-17Fix an incompatibility with CUDA's FP16 definitionCedric Nugteren
2017-10-15Fixed a small copy-paste typoCedric Nugteren
2017-10-15Modified test interfaces such that they support either OpenCL or CUDACedric Nugteren
2017-10-15Fixes for the CUDA API: first tests pass and the client runsCedric Nugteren
2017-10-15Prepared test and client infrastructure for use with the CUDA APICedric Nugteren
2017-10-09Fixed the Python generator script w.r.t. the recent change of testing direct/...Cedric Nugteren
2017-10-08Moved the remaining OpenCL specific host code to the clpp11.h header where it...Cedric Nugteren
2017-10-07Synchronizes clpp11.h with CLCudaAPI 9.0Cedric 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-09-23Added extra benchmarks to verify new database caching keys performanceCedric Nugteren
2017-09-23Made database-caching no longer dependent on device name but on device/platfo...Cedric Nugteren
2017-09-22Added OpenCL properties printing to the diagnostics helperCedric Nugteren
2017-09-19Added first version of a small CLBlast diagnostics helperCedric Nugteren
2017-08-31Fixed a bug in im2col confusing first and second workgroup size; made im2col ...Cedric Nugteren
2017-08-23Made the im2col client properly handle the argumentsCedric Nugteren
2017-08-19Implemented proper im2col reference function and completd testsCedric Nugteren
2017-08-12Merge branch 'master' into im_to_colCedric Nugteren
2017-08-12Moved some utility functions to a test-specific utility compilation-unitCedric 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-07-12Relaxed requirement on a_ld and b_ld for batched GEMMCedric Nugteren
2017-07-09Changed printf-statements with %zu into std::cout to fix MSVC 2013 compatibilityCedric 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 wa...Cedric Nugteren
2017-06-27Undo of earlier move of TestBlas::kTransposes constant to fix MSVC 2013 compi...Cedric Nugteren
2017-06-26Fixed and suppresses several warnings for MSVCCedric Nugteren
2017-06-25Moved static variable declarations from .cpp to .hpp to resolve some Clang wa...Cedric Nugteren
2017-06-25Fixed some Clang and MSVC warningsCedric Nugteren
2017-05-11Bug-fix in the half-precision test of the amax routineCedric Nugteren
2017-04-23Fixed a compiler warning messageCedric Nugteren
2017-04-17Fixed a namespace clash with CUDA FP16 for the half-datatypeCedric Nugteren
2017-04-16Merge branch 'development' into benchmarkingCedric Nugteren
2017-04-16Finalized support for performance testing against cuBLASCedric Nugteren
2017-04-14Added a new Xaxpy kernel in between the regular and fast version inCedric Nugteren
2017-04-13Fixed CUDA malloc and cuBLAS handles: cuBLAS as a performance-reference now w...Cedric Nugteren
2017-04-11Made compilation of the cuBLAS wrapper work properlyCedric Nugteren
2017-04-10Added reference implementations for performance-testing against cuBLASCedric Nugteren
2017-04-06Completed the cuBLAS wrapperCedric Nugteren
2017-04-06Fixed some size_t to int conversion warnings for the CBLAS interfaceCedric Nugteren
2017-04-05Added a first version of a cuBLAS wrapper (WIP)Cedric Nugteren
2017-04-03Fixes the CUDA wrapper (now actually tested on a system with CUDA)Cedric Nugteren
2017-04-03In-lined the float2 and double2 types to avoid collision with CUDA's definitionsCedric Nugteren
2017-04-02Layed the groundwork for cuBLAS comparisons in the clientsCedric Nugteren
2017-04-02Factored out inclusion of clBLAS and CBLAS from the test-routine filesCedric Nugteren
2017-04-02Factored out inclusion of clBLAS and CBLAS from the test-routine filesCedric Nugteren
2017-04-01Separated host-device and device-host memory copies from execution of the CBL...Cedric Nugteren