summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/ExportPTX
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Fix Cuda test project namesBrad King2018-10-101-1/+1
| | | | | Make them match what `ADD_TEST_MACRO` gives to ctest as the project name to build so that the `.sln` file will be found.
* Tests: Simplify CUDA rpath on macOSBrad King2017-06-211-3/+2
| | | | | Use the `BUILD_RPATH` property and reference the CMake-computed location of the runtime libraries.
* CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-205-0/+144
When the target property `CUDA_PTX_COMPILATION` is enabled CUDA OBJECT libraries will generate ptx files instead of object files.