rapids_cuda_patch_toolkitΒΆ
New in version v22.10.00.
Corrects missing dependencies in the CUDA toolkit
rapids_cuda_patch_toolkit( )
For CMake versions 3.23.1-3, and 3.24.1 the dependencies of cublas and cusolver targets are incorrect. This module must be called from the same CMakeLists.txt as the first find_project(CUDAToolkit) to patch the targets.
Note
rapids_cpm_find()
will automatically call this module
when asked to find the CUDAToolkit.