Skip to content
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

Pulling test/prims/test_utils.h out of raft namespace and into MLCommon #5151

Conversation

cjnolet
Copy link
Member

@cjnolet cjnolet commented Jan 23, 2023

For some reason, the test_utils.h in cpp/test/prims was using the raft namespace, which was causing this file to attempt to redefine an abs function. Changing the namespace back to MLCommon here to remove this conflict.

@cjnolet cjnolet requested a review from a team as a code owner January 23, 2023 22:21
@cjnolet cjnolet self-assigned this Jan 23, 2023
@cjnolet cjnolet added bug Something isn't working non-breaking Non-breaking change and removed CUDA/C++ labels Jan 23, 2023
@cjnolet
Copy link
Member Author

cjnolet commented Jan 24, 2023

@dantegd CI seems to be picking up an older version of the raft conda packages (as you had suggested offline): https://github.com/rapidsai/cuml/actions/runs/3991712271/jobs/6846916279#step:6:481. Do you have any thoughts as to how we can/should make it pick up the most recent or does that require #5120 to be merged first?

I can also merge that into my branch here, but then we'd still have to wait for that PR to be completed.

@cjnolet
Copy link
Member Author

cjnolet commented Feb 1, 2023

This PR was merged into another already. Closing

@cjnolet cjnolet closed this Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CUDA/C++ non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

3 participants