Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On CUDA 11.8 raft currently compiles fine, but with CUDA 11.5 I see unused function parameter warnings, which are currently treated as errors and therefore prevents compilation. This PR reenables compilation on 11.5 CUDA versions by removing the unused parameters Authors: - Ben Frederickson (https://github.com/benfred) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #1277
- Loading branch information