Skip to content

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

Closed
cjnolet wants to merge 13 commits intorapidsai:branch-23.02from
cjnolet:bug-2302-remove_raft_abs_redefinition
Closed

Pulling test/prims/test_utils.h out of raft namespace and into MLCommon#5151
cjnolet wants to merge 13 commits intorapidsai:branch-23.02from
cjnolet:bug-2302-remove_raft_abs_redefinition

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

Development

Successfully merging this pull request may close these issues.

3 participants