-
Notifications
You must be signed in to change notification settings - Fork 540
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
use grid stride pairwise distance and fusedL2NN kernels #3891
Conversation
The errors in CI seem to be related to the updates in the RAFT PR if I’m not mistaken (just checking that CI is working correctly here)?:
|
@dantegd not sure if this is issue in the RAFT PR as the all pytest passes on "gpuCI/cuml/gpu/cuda/11.2/python/3.8/centos7" but those 3 tests are failing on "gpuCI/cuml/gpu/cuda/11.2/python/3.8/ubuntu18.04" "gpuCI/cuml/gpu/cuda/11.0/python/3.7/ubuntu16.04". |
rerun tests |
@teju85 @dantegd |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-21.06 #3891 +/- ##
===============================================
Coverage ? 85.07%
===============================================
Files ? 228
Lines ? 17775
Branches ? 0
===============================================
Hits ? 15122
Misses ? 2653
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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.
Changes LGTM.
Just a note for other reviewers: Before merging, we just need to revert the get_raft.cmake
.
@@ -940,7 +940,7 @@ def test_pairwise_distances_sklearn_comparison(metric: str, matrix_size): | |||
Y = rng.random_sample(matrix_size) | |||
|
|||
# For fp64, compare at 10 decimals, (5 places less than the ~15 max) | |||
compare_precision = 10 | |||
compare_precision = 7 |
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.
It seems we need this changes asap that rapidsai/raft#232 has been merged, @mdoijade can you update the PR to remove the change in get_raft so we can merge?
@teju85 didn't see your comment before leaving the review saying the same. Will approve immediately as the get_raft change is rolled back, just wanted to avoid an accidental merge |
@gpucibot merge |
@teju85 @mdoijade various distance tests failed:
Given timing, we should revert the changes in the RAFT side and do the distances for 21.08 |
After the merge of #232, a few different tests failed in rapidsai/cuml#3891, given the timing I think it'd be best to target 232 (again) to 21.08 after triaging the issues. Authors: - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Corey J. Nolet (https://github.com/cjnolet) - Divye Gala (https://github.com/divyegala) - Brad Rees (https://github.com/BradReesWork) URL: #246
No description provided.