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

[ENH] Add missing includes of rmm/mr/device/per_device_resource.hpp #5369

Merged

Conversation

ahendriksen
Copy link
Contributor

Some files use rmm::mr::get_current_device_resource() but not do not include rmm/mr/device/per_device_resource.hpp . This PR fixes that.

The missing include was surfaced by #5363.

This PR is necessary to prevent breakage when rapidsai/raft#1415 is merged.

@ahendriksen ahendriksen requested a review from a team as a code owner April 17, 2023 23:00
@ahendriksen ahendriksen added 3 - Ready for Review Ready for review by team Tech Debt Issues related to debt improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 18, 2023
@ahendriksen ahendriksen self-assigned this Apr 18, 2023
@ahendriksen
Copy link
Contributor Author

Thanks for the approval. I fear merging is blocked until the (presumably flaky(?)) unit test passes. I do not seem to be able to request a rerun of CI (I can only make status badges). Can you maybe rerun the test @cjnolet ?

@cjnolet
Copy link
Member

cjnolet commented Apr 18, 2023

/merge

@rapids-bot rapids-bot bot merged commit ab0e03b into rapidsai:branch-23.06 Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team CUDA/C++ improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Tech Debt Issues related to debt
Projects
Development

Successfully merging this pull request may close these issues.

2 participants