-
Notifications
You must be signed in to change notification settings - Fork 553
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] Fix memory bug for SVM with large n_rows #3420
[Review] Fix memory bug for SVM with large n_rows #3420
Conversation
This PR depends on rapidsai/raft#131, I will update the raft path once that is merged. |
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 good! Just a few tiny questions/suggestions. I marked this as blocked so we remember to merge into RAFT first and re-enable the test.
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.
Thanks @JohnZed for the review, I have answered the comments. I have also updated the RAFT path.
Codecov Report
@@ Coverage Diff @@
## branch-0.18 #3420 +/- ##
===============================================
+ Coverage 71.48% 71.73% +0.24%
===============================================
Files 207 212 +5
Lines 16748 17059 +311
===============================================
+ Hits 11973 12237 +264
- Misses 4775 4822 +47
Continue to review full report at Codecov.
|
rerun tests |
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! I just updated RAFT to the latest commit (there is a tiny addition after what you had previously)
@gpucibot merge |
Looks like a 404 error on one of the faiss packages:
I have not seen this in other PRs yet so I'm going to rerun tests. |
rerun tests |
1 similar comment
rerun tests |
There is an unrelated error:
I will merge branch-0.18 and have another try. |
closes #3233
This PR introduces 64bit int arithmetic while accessing SVM kernel tile to avoid overflow.