summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ToolkitInclude/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* FindCUDAToolkit: Improve usage, library set, and testsRobert Maynard2019-12-161-8/+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-101-0/+8
The `nvcc -v` output provides what include directories need to be added to use the CUDA toolkit from other languages ( C/C++ ).