-
Notifications
You must be signed in to change notification settings - Fork 914
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
Update implementations to build with the latest cuco #15938
Merged
rapids-bot
merged 18 commits into
rapidsai:branch-24.08
from
PointKernel:adjust-cuco-updates
Jun 28, 2024
Merged
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
9bc27dd
Fetch custom cuco git tag
PointKernel 547a9d2
Merge remote-tracking branch 'upstream/branch-24.08' into adjust-cuco…
PointKernel 2e169ee
Update to build against the latest cuco
PointKernel 4a59319
Disable #177 warning
PointKernel 72c284c
Fix the hasher side bug
PointKernel d13afa2
Merge branch 'branch-24.08' into adjust-cuco-updates
PointKernel 7b3bd7e
Merge branch 'branch-24.08' into adjust-cuco-updates
PointKernel 419ab26
Update rapids_config.cmake
PointKernel 1a9832a
Merge branch 'branch-24.08' into adjust-cuco-updates
PointKernel c7417ed
Merge remote-tracking branch 'upstream/branch-24.08' into adjust-cuco…
PointKernel 84cabba
Add missing overloads
PointKernel ad1f935
Test the latest cuco
PointKernel 62e0eae
Merge branch 'branch-24.08' into adjust-cuco-updates
PointKernel 78b16ba
Revert custom CMake
PointKernel 6bd8e31
Merge remote-tracking branch 'upstream/branch-24.08' into adjust-cuco…
PointKernel db6afeb
Merge remote-tracking branch 'origin/adjust-cuco-updates' into adjust…
PointKernel 46757da
Add comments explaining warning suppression detail
PointKernel 7fa64d5
Style
PointKernel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
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.
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.
Can you put a comment here on what this is suppressing?
Perhaps it can be removed with a future version of the compiler?
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.
Good point. Comments added as requested.
Once the cuco bump PR merged into
rapids-cmake
, I will open another cudf PR removing all redundant overloads together with the pragmas added in this PR. I've also tested[[maybe_unused]]
locally but it couldn't get rid of the warning.