summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/ExportPTX/kernelB.cu
Commit message (Collapse)AuthorAgeFilesLines
* CUDA: Visual Studio Generator propagates definitions for PTX filesunknown2021-12-141-0/+3
| | | | | | | | From CUDA 9.0 to CUDA 11.4 the CUDA Visual Studio integration defines omitted user defines from PTX generation. With CUDA 11.5 this has been resolved, so we backport the fix to allow for consistent behavior when using CMake
* CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-201-0/+8
When the target property `CUDA_PTX_COMPILATION` is enabled CUDA OBJECT libraries will generate ptx files instead of object files.