summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/SeparateCompilationPTX/main.cu
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Clarify CudaOnly.SeparateCompilationPTX outputBrad King2022-11-231-4/+5
|
* CUDA: Allow both CUDA_SEPARABLE_COMPILATION and CUDA_PTX_COMPILATIONRobert Maynard2021-10-201-0/+30
The target properties `CUDA_SEPARABLE_COMPILATION` and `CUDA_PTX_COMPILATION` now aren't mutually exclusive and can now be used together on the same target.