summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10Merge branch 'development' into cublas_referenceCedric Nugteren
2017-04-10Merge pull request #145 from CNugteren/apple_cpu_supportCedric Nugteren
2017-04-10Fixed a compilation issue under MSVC and GCCCedric Nugteren
2017-04-10Removed const-vector-of-const-objects from the database class to remain accor...Cedric Nugteren
2017-04-10Updated the changelog with the Apple CPU overrideCedric Nugteren
2017-04-07Added a special override database for the Apple CPU implementation on OS X: t...Cedric Nugteren
2017-04-07Uses float2 and double2 for base complex data-types instead of a custom struc...Cedric Nugteren
2017-04-07Added some missing const-nessCedric 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-03Added proper CMake searching for CUDA and cuBLASCedric 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-02Merge pull request #144 from CNugteren/matplotlib_graphsCedric Nugteren
2017-04-02Merge pull request #143 from CNugteren/test_cblas_timingCedric Nugteren
2017-04-02Various tweaks to the new benchmark scriptCedric Nugteren
2017-04-01Tuned the plots for a tight-layout for in papers and presentationsCedric Nugteren
2017-04-01Separated host-device and device-host memory copies from execution of the CBL...Cedric Nugteren
2017-03-26Replaced the R graph scripts with Python/Matplotlib benchmark scriptsCedric Nugteren
2017-03-20Fixed a GCC/MSVC compilation issueCedric Nugteren
2017-03-19Merge pull request #142 from CNugteren/gemm_batchedCedric Nugteren
2017-03-19Fixed a compilation issue for GCC/MSVCCedric Nugteren
2017-03-19Added an (optional) non-direct implementation of the batched GEMM routineCedric Nugteren
2017-03-19Added batched versions of the pad/copy/transpose kernelsCedric Nugteren
2017-03-14Added the possibility to tune batched kernelsCedric Nugteren
2017-03-12Fixed a linker issue for ClangCedric Nugteren
2017-03-11Added initial naive version of the batched GEMM routine based on the direct G...Cedric Nugteren
2017-03-10Added API and test infrastructure for the batched GEMM routineCedric Nugteren
2017-03-10Merge pull request #141 from CNugteren/axpy_batchedCedric Nugteren
2017-03-10Small fix for a file that isn't currently compiled anymoreCedric Nugteren
2017-03-10Added proper testing of the alpha parameter; finalized the batched AXPY imple...Cedric Nugteren
2017-03-10Fixed a small compilation bug for MSVC related to a floating-point constantCedric Nugteren
2017-03-08Implemented a batched version of the AXPY kernelCedric Nugteren
2017-03-08Make batched routines based on offsets instead of a vector of cl_mem objects ...Cedric Nugteren
2017-03-05Minor fixes to the client w.r.t. the addition of the batch countCedric Nugteren
2017-03-05Added first naive version of the batched AXPY routineCedric 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-05Prepared generator for batched routines; added batched AXPY routine interfaceCedric Nugteren
2017-03-04Fixed a missing include for the testsCedric Nugteren
2017-03-04Added tuning results for the Radeon HD6750M GPU (Apple OpenCL)Cedric Nugteren
2017-03-04Added a proper data-preparation function for the TRSM testsCedric Nugteren
2017-03-01Added proper support for the b_offset argument in TRSMCedric Nugteren