Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Avoid unnecessary CUDA device linking for OBJECT libraries | Robert Maynard | 2023-09-11 | 1 | -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 King | 2023-03-16 | 1 | -0/+2 |
| | |||||
* | CUDA: Add support for CUBIN, FATBIN, and OPTIXIR compilation | Robert Maynard | 2023-03-13 | 2 | -0/+81 |