summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/SeparateCompilation/main/main.cu
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: device linking obeys CMAKE_CUDA_VISIBILITY_PRESET settingRobert Maynard2023-01-161-2/+2
| | | | Fixes #24272
* CUDA/Clang: Fix separable compilation in non-root directories with Makefilesroot2021-07-291-0/+68
Seems the relative paths were wrong basically all around such that only compiling files in the top-level directory would work. I've modified CudaOnly.SeparateCompilation to cover this. Fixes #22482.