-
Notifications
You must be signed in to change notification settings - Fork 547
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
[REVIEW] KNN from RAFT #3603
[REVIEW] KNN from RAFT #3603
Conversation
8b01a25
to
ea8f197
Compare
Would need approval and merge of raft:#117 |
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.
Very nice. I like the consolidation of allocator and stream into the handle argument for the trustworthiness score.
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.
Very nice and easy to follow changes, LGTM. This is targeted for branch-0.19 still, right?
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.
Sorry Victor. I had originally requested changes on this PR and lost sight of it. LGTM
No problem thanks for the review.
Thanks, yes I think it should go into the 0.19 release. |
@gpucibot merge |
Closes #3457
This PR switches cuML code to use brute-force KNN from RAFT.