summaryrefslogtreecommitdiff
path: root/src/cupp11.hpp
AgeCommit message (Expand)Author
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