summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ToolkitInclude
Commit message (Collapse)AuthorAgeFilesLines
* FindCUDAToolkit: Improve usage, library set, and testsRobert Maynard2019-12-162-19/+0
| | | | | | Refined the initial design of FindCUDAToolkit and improve it by adding more library support, more toolkit information and tests.
* CUDA: Detect the toolkit include directoriesRobert Maynard2017-02-102-0/+19
The `nvcc -v` output provides what include directories need to be added to use the CUDA toolkit from other languages ( C/C++ ).