-
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] Enable matrix::copyRows for row major input #176
[Review] Enable matrix::copyRows for row major input #176
Conversation
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.
LGTM. Mostly just small typos and I don't think those need to hold up the merge if they aren't fixed right away.
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 @cjnolet for the review! I have addressed the issues.
@tfeher, I just merged branch-0.19 into your branch in hopes maybe CI wasn't seeing some of the recent changes. I'm still at a loss for why these hangs are occurring in CI. |
rerun tests |
The failures appear to be related to whether a P100 is selected as the CI machine. I notice the tests never timeout when a V100 or A100 is selected. |
rerun tests |
@gpucibot merge |
Forward-merge branch-24.06 into branch-24.08
Enable matrix::copyRows operation for row_major input. This will be used in SVM to enable row major input rapidsai/cuml#2198
We use a helper function prim
cache:get_vecs()
from cuML. Because of this, the cache_util.cuh file is copied to raft (only the namespace is updated). A separate PR shall update the the rest of the cache function and the associated tests and move it to RAFT.