-
Notifications
You must be signed in to change notification settings - Fork 612
Use new rapids-logger library #6289
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 #6289
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 |
|
/ok to test |
|
/ok to test |
|
/ok to test |
|
/ok to test |
|
Didn't we change around logging stuff like a week or two ago? |
Yes we did! That was a transitional intermediate change to first get all of the RAPIDS repos onto a common logging framework so that we could start fixing problems in one place rather than in many. There was build-time code generation at that stage. This PR moves cuml to use the latest version of the common library, which reduces code generation in favor of an actual precompiled library (and similar PRs for other repos are open). |
jameslamb
left a comment
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 looks good to me assuming the CI-specific testing stuff is removed.
|
Now unblocked. I re-triggered CI. |
|
/merge |
This was an oversight in #6289 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: #6511
This was an oversight in rapidsai#6289 Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#6511
Contributes to rapidsai/build-planning#104.