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

Fixing merge_labels test #1577

Closed

Conversation

cjnolet
Copy link
Member

@cjnolet cjnolet commented Jun 6, 2023

The offending test was using an rmm::device_scalar for some memory that should have been a vector. Not sure how this didn't fail in the past but these changes fix it.

@cjnolet cjnolet added bug Something isn't working non-breaking Non-breaking change labels Jun 6, 2023
@cjnolet cjnolet self-assigned this Jun 6, 2023
@cjnolet cjnolet requested a review from a team as a code owner June 6, 2023 17:09
@github-actions github-actions bot added the cpp label Jun 6, 2023
Copy link
Member

@benfred benfred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@cjnolet
Copy link
Member Author

cjnolet commented Jun 6, 2023

Thanks @benfred, since you've approved this, @galipremsagar is going to go ahead and merge these changes into #1574 since they are being mutually blocked by each other at the moment in CI.

@cjnolet cjnolet closed this Jun 6, 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 cpp non-breaking Non-breaking change
Projects
Development

Successfully merging this pull request may close these issues.

2 participants