-
Notifications
You must be signed in to change notification settings - Fork 198
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
Allow some of the sparse utility functions to handle larger matrices #2541
base: branch-25.02
Are you sure you want to change the base?
Allow some of the sparse utility functions to handle larger matrices #2541
Conversation
25e924d
to
dc1ca34
Compare
dc1ca34
to
3cd3880
Compare
Any updates here? |
These updates should fix some of the RAFT utilities to handle larger matrices and allow cuML's UMAP to process very large datasets. It is ready for review. |
/ok to test |
/ok to test |
/ok to 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.
changes lgtm, @wphicks @divyegala maybe you want to take a second look, but tests seems to pass fine all around
Thanks @dantegd. I've asked @viclafargue to test the cuML side to make sure the hardcoded changes from uint32 to uint64 aren't going to cause any perf regressions or concerns. |
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.
I've pointed out the places where we should be creating new templates. Please let me know if myself or someone else can help update these in the downstream libraries.
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
Answers rapidsai/cuml#6204