summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/Fatbin
Commit message (Collapse)AuthorAgeFilesLines
* VS: Avoid unnecessary CUDA device linking for OBJECT librariesRobert Maynard2023-09-111-0/+1
| | | | | | | Without `CudaLink` fields, MSBuild tries to perform a device link step for object libraries with CUDA_SEPARABLE_COMPILATION on them even when not needed. This commonly was encountered when generating PTX or OPTIX-IR output.
* Tests: Add missing exit code to CudaOnly.{CUBIN,Fatbin}Brad King2023-03-161-0/+2
|
* CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilationRobert Maynard2023-03-132-0/+81