-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One cudaStream_t instance per raft::handle_t #291
One cudaStream_t instance per raft::handle_t #291
Conversation
Depends on rapidsai/rmm#818 |
@cjnolet whenever you get a chance to review, now that internal streams don't exist as a vector anymore, the brute force KNN detail API had to be updated accordingly. I think it will look cleaner if that API also just accepted the handle instead. If you agree, I'll go ahead and change that API |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, just mostly a question about the use of default_stream
@gpucibot merge |
Depends on rapidsai/raft#291 Authors: - Divye Gala (https://github.com/divyegala) Approvers: - Brad Rees (https://github.com/BradReesWork) - AJ Schmidt (https://github.com/ajschmidt8) - Rick Ratzel (https://github.com/rlratzel) - Chuck Hastings (https://github.com/ChuckHastings) URL: #1894
closes #293
closes #115
This PR also updates the cython build to
std=c++17
.