Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindCUDAToolkit: Support CUDA version extraction from version.json | Robert Maynard | 2023-05-04 | 1 | -0/+14 |
| | | | | Fixes: #24858 | ||||
* | FindCUDAToolkit: Support the new `nvJitLink` library in CUDA 12 | Robert Maynard | 2022-12-12 | 1 | -0/+3 |
| | |||||
* | FindCUDAToolkit: Ensure that paths provided have no symlinks | Robert Maynard | 2022-11-30 | 1 | -0/+5 |
| | | | | Fixes: #24188 | ||||
* | CUDAToolkit: Add include paths for CUDA::cupti | Peter Bell | 2022-04-26 | 1 | -0/+6 |
| | | | | | | | | CUDA's cupti library has its headers in a seperate directory on a standard CUDA install, but `CUDA::cupti` only adds the default cuda include directory. Issue: #22761 | ||||
* | FindCUDAToolkit: Robust version checks when CUDA lang is not enabled | Robert Maynard | 2021-02-09 | 1 | -0/+4 |
| | | | | | | Previously if you set `CMAKE_CUDA_COMPILER` but hadn't enabled the CUDA language, FindCUDAToolkit would not correctly compute the version information. | ||||
* | CudaToolkit: Update for new/removed libraries in CUDA 11 | Robert Maynard | 2020-06-18 | 1 | -4/+18 |
| | |||||
* | FindCUDAToolkit: correct searches for Toolkit components | Robert Maynard | 2019-12-16 | 1 | -8/+1 |
| | |||||
* | FindCUDAToolkit: Improve usage, library set, and tests | Robert Maynard | 2019-12-16 | 1 | -0/+45 |
Refined the initial design of FindCUDAToolkit and improve it by adding more library support, more toolkit information and tests. |