-
Notifications
You must be signed in to change notification settings - Fork 928
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 #17899
base: branch-25.04
Are you sure you want to change the base?
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 |
8095a12
to
d359c37
Compare
/ok to test |
d359c37
to
c6cd7a2
Compare
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
/ok to test |
I'm working on a local repro of the spark-rapids-jni build. I won't merge this before I can figure out if there's a real problem there. The code in this PR itself should be good to go, though. |
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.
Approving the python changes. I had one small cmake suggestion.
@@ -12,6 +12,8 @@ | |||
# the License. | |||
# ============================================================================= | |||
file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version) | |||
set(rapids-cmake-repo "vyasr/rapids-cmake") |
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.
Is that right?
set(rapids-cmake-repo "vyasr/rapids-cmake") | |
set(rapids-cmake-repo "feat/rapids-cmake") |
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.
This is correct. It's pointing at my fork of rapids-cmake. The line below is the branch. However, this will get reverted before we merge, it's only there right now for testing purposes.
Something is off for the installation of the static library build of rapids-logger. I'll look into that tomorrow. |
I resolved the spark-rapids issue in rapidsai/rapids-cmake@ae4cb7f. I just kicked off an updated build of rmm based on that commit, then I'll rerun CI here for a final test and then we should be good to start merging up the chain. |
The remaining spark-rapids-jni issue won't be fixed until the upstream PRs in rapids-cmake and rmm get merged. |
Description
Contributes to rapidsai/build-planning#104.
Checklist