Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FindcuFile now searches in the current CUDA Toolkit location (#11101)
We shouldn't presume that the CUDA Toolkit is always installed at /usr/local/cuda. Instead we use use `find_package(CUDAToolkit)` to find the correct location. Authors: - Robert Maynard (https://github.com/robertmaynard) Approvers: - Mark Harris (https://github.com/harrism) - Vyas Ramasubramani (https://github.com/vyasr) URL: #11101
- Loading branch information