Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Fix tests with CUDAARCHS set | Raul Tambre | 2020-11-30 | 1 | -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 Clang | Raul Tambre | 2020-05-15 | 2 | -10/+6 |
| | |||||
* | CUDA: Add CudaOnly.CompileFlags test | Raul Tambre | 2020-04-15 | 2 | -0/+32 |
Covers passing compile flags explicitly for both NVCC and Clang. |