summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/CompileFlags
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Fix tests with CUDAARCHS setRaul Tambre2020-11-301-0/+1
| | | | | | | With CUDAARCHS there's the possibility of tests being run with multiple architectures or having CMAKE_CUDA_ARCHITECTURES set with NVCC despite CMP0104 being OLD. Fix a few tests to work properly in such cases.
* Tests: Update CUDA tests to work with ClangRaul Tambre2020-05-152-10/+6
|
* CUDA: Add CudaOnly.CompileFlags testRaul Tambre2020-04-152-0/+32
Covers passing compile flags explicitly for both NVCC and Clang.