summaryrefslogtreecommitdiff
path: root/src/cupp11.hpp
AgeCommit message (Expand)Author
2022-05-23Fix API inconsistency in cupp11.hppCedric Nugteren
2018-07-14Applied feedback from Cedric from first pull requestTyler Sorensen
2018-06-03Fixes for CUDA version of CLBlastCedric Nugteren
2017-12-30Added optional temp-buffer argument to C++ interface of GEMMCedric Nugteren
2017-12-09Made the pre-processor run by default for ARM and Qualcomm GPUsCedric Nugteren
2017-11-20Potentially fixed an MSVC 2013 issue with a copy-constructor not being generatedCedric Nugteren
2017-11-19Some fixed for the new auto-tuner to be compatible with the Python scriptsCedric Nugteren
2017-10-18Moved CUmodule code from Kernel to Program class to not require re-compilatio...Cedric Nugteren
2017-10-17Fix an incompatibility with CUDA's FP16 definitionCedric Nugteren
2017-10-16Made all CUDA kernel launches synchronous; removed exception raisingCedric Nugteren
2017-10-15Added the SM-compute-arch version to the nv compile optionsCedric Nugteren
2017-10-15Various fixes to make the first CUDA examples workCedric Nugteren
2017-10-14Various fixes to make the host code and sample compile with the CUDA APICedric Nugteren
2017-10-11Added first (untested) version of a CUDA APICedric Nugteren