-
Notifications
You must be signed in to change notification settings - Fork 915
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
Updates needed to work with jitify that leverages libcudacxx #13383
Merged
rapids-bot
merged 3 commits into
rapidsai:branch-23.06
from
robertmaynard:bug/latest_libcudacxx_with_jitify_support
May 24, 2023
Merged
Updates needed to work with jitify that leverages libcudacxx #13383
rapids-bot
merged 3 commits into
rapidsai:branch-23.06
from
robertmaynard:bug/latest_libcudacxx_with_jitify_support
May 24, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
robertmaynard
added
bug
Something isn't working
3 - Ready for Review
Ready for review by team
non-breaking
Non-breaking change
labels
May 18, 2023
github-actions
bot
added
CMake
CMake build issue
libcudf
Affects libcudf (C++/CUDA) code.
labels
May 18, 2023
Requires rapidsai/jitify#16 to be merged. |
robertmaynard
force-pushed
the
bug/latest_libcudacxx_with_jitify_support
branch
from
May 18, 2023 17:36
db5c9a0
to
92a33f5
Compare
vuule
reviewed
May 19, 2023
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.
Looks good except for the copyright year change.
ttnghia
reviewed
May 19, 2023
robertmaynard
force-pushed
the
bug/latest_libcudacxx_with_jitify_support
branch
from
May 23, 2023 14:10
156c35f
to
5067e02
Compare
robertmaynard
removed
the
5 - DO NOT MERGE
Hold off on merging; see PR for details
label
May 23, 2023
ttnghia
approved these changes
May 23, 2023
vuule
approved these changes
May 23, 2023
/merge |
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
bug
Something isn't working
CMake
CMake build issue
libcudf
Affects libcudf (C++/CUDA) code.
non-breaking
Non-breaking change
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This update libcudf with a version of jitify that leverages libcudacxx. This removes compiler issues when the pre-built defines in jitify and libcudacxx diverege due to updates in either package.
At the same time testing locally with CUDA 11.5, 11.8, 12.0, and 12.1 uncovered a couple of compile errors.
Checklist