Skip to content
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 patches for CCCL 2.6 #16668

Open
wants to merge 1 commit into
base: branch-24.10
Choose a base branch
from

Conversation

miscco
Copy link
Contributor

@miscco miscco commented Aug 27, 2024

This adopts the patches to thrust to apply with CCCL 2.6.

Should only be merged when updating the CCCL version, but I am opening them now to not forget it and then accidentally drop them

… due to code changes in thrust.

This adopts those patches to apply with CCCL 2.6.

Should only be merged when updating the CCCL version
@miscco miscco requested a review from a team as a code owner August 27, 2024 12:19
@github-actions github-actions bot added libcudf Affects libcudf (C++/CUDA) code. CMake CMake build issue labels Aug 27, 2024
+ status = call arguments; \
+ } \
+ else \
+ { \
+ throw std::runtime_error("THRUST_INDEX_TYPE_DISPATCH 64-bit count is unsupported in libcudf"); \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our formatter did some crazy things here, so that the patches are less localized. Shout if you need them to be minimal

@davidwendt davidwendt changed the title Update CCCL patches Update patches for CCCL 2.6 Aug 27, 2024
@jrhemstad
Copy link
Contributor

Better yet would be to just nuke these patches. I believe we can do that once these two CCCL issues are done:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants