eyalroz / gpu-kernel-runner

Runs a single CUDA/OpenCL kernel, taking its source from a file and arguments from the command-line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop unused FindXXXX cmake modules

eyalroz opened this issue · comments

Earlier (unpublished) versions of this utility used the modules Findcuda-nvtx.cmake and Findnvrtc.cmake; these are no longer necessary, as CMake's FindCudaToolkit.cmake module (introduced in CMake 3.17 or 3.18, below our minimum of CMake 3.19) locates these libraries itself. So, let's remove them.