-
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
[REVIEW] Modify default value for rowMajorIndex and rowMajorQuery in bf-knn #173
Conversation
@hlinsen, this PR modifies the default values for the also cc @JohnZed |
Sounds good. This shouldn't cause issues, if there are I have a PR coming soon with TSP fixes so I'll make the necessary changes there. |
@viclafargue, I've opened #178, which should fix the CUDA11 failing SLHC test. I'm still working to find the cause / fix for the CUDA10.1/2 hang issue. |
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.
LGTM
@gpucibot merge |
rerun tests |
@viclafargue, the PR to fix the linkage test went through last night. Just merged branch-0.19 into your branch in hopes we might finally be able to get this PR merged. |
@gpucibot merge |
This change allows serializing to a std::ostream and deserializaing from a std::istream. This also fixes some minor docstring issues in the C++ serialization api's. Authors: - Ben Frederickson (https://github.com/benfred) Approvers: - Divye Gala (https://github.com/divyegala) URL: rapidsai/cuvs#173
This PR modifies the default value for
rowMajorIndex
androwMajorQuery
parameters inbrute_force_knn
.