Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindCUDAToolkit: Support the new `nvJitLink` library in CUDA 12 | Robert Maynard | 2022-12-12 | 1 | -0/+4 |
| | |||||
* | FindCUDAToolkit: Ensure that paths provided have no symlinks | Robert Maynard | 2022-11-30 | 1 | -0/+6 |
| | | | | Fixes: #24188 | ||||
* | 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 | -2/+15 |
| | |||||
* | FindCUDAToolkit: correct searches for Toolkit components | Robert Maynard | 2019-12-16 | 1 | -11/+1 |
| | |||||
* | FindCUDAToolkit: Improve usage, library set, and tests | Robert Maynard | 2019-12-16 | 2 | -0/+62 |
Refined the initial design of FindCUDAToolkit and improve it by adding more library support, more toolkit information and tests. |