-
Notifications
You must be signed in to change notification settings - Fork 32
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
Use new rapids-logger library #364
Use new rapids-logger library #364
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
/ok to test |
4d461a9
to
2ebc5e7
Compare
/ok to test |
/ok to test |
/ok to test |
This reverts commit edc6f63.
…test jobs to pull as well.
/ok to test |
/ok to test |
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.
Overall looks good, just want to confirm import rmm
won't create a CUDA context or any other resources when RMM is installed (but potentially remain unused dependending on the application needs).
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.
Just one small comment, otherwise this looks good to me (pending removing all the get-packages-from-CI testing stuff).
I needed 806692a to unblock the devcontainer build. I am not currently sure whether our environment was previously underspecified or if something has changed in conda-forge CUDA packages to break a case that we intended to support. I will follow up, but I want to get this PR in to unblock the downstream chain so I'm to merge it with the additional dependency. |
/merge |
ucxx only needs minor changes here to adapt for the upstream rmm changes.
Contributes to rapidsai/build-planning#104.