Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: device linking obeys CMAKE_CUDA_VISIBILITY_PRESET setting | Robert Maynard | 2023-01-16 | 1 | -2/+2 |
| | | | | Fixes #24272 | ||||
* | CUDA/Clang: Fix separable compilation in non-root directories with Makefiles | root | 2021-07-29 | 1 | -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. |