summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeTestCUDACompiler.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Maint: misc. typosluz.paz2018-02-161-1/+1
| | | | Found via `codespell`
* Improve formatting of compiler failure error messageBrad King2017-09-191-2/+3
| | | | | | When we report that a compiler was unable to build a simple test program, indent the output of the attempt so that our message formatting will show it as a pre-formatted block.
* CUDA: Detect implicit link information on WindowsBrad King2017-01-121-0/+5
| | | | | The `nvcc -v` output on Windows uses response files, so load the one we need to extract the full link line.
* CUDA: We now properly perform CUDA compiler identification.Robert Maynard2016-11-141-0/+13
|
* CUDA: Add basic CUDA language support for *NIX systems.Robert Maynard2016-11-141-0/+58