You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we presumed that `cublas`, `cusparse`, and `cusolver` would always be found and offer both static and shared versions. Now we only setup these rules if the correct targets exist.
Fixes#321
Authors:
- Robert Maynard (https://github.com/robertmaynard)
Approvers:
- Bradley Dice (https://github.com/bdice)
URL: #324
Describe the bug
The fixes in rapids_cuda_patch_toolkit aren't version guarded so it potentially could cause problems if target names change
Expected behavior
rapids-cmake only applies the fixes to versions of FindCUDAToolkit as needed
The text was updated successfully, but these errors were encountered: