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

Replace cub::Int2Type with cuda::std::integral_constant #18013

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

Conversation

miscco
Copy link
Contributor

@miscco miscco commented Feb 14, 2025

cub::Int2Type is deprecated and will be removed in a future CCCL release

`cub::Int2Type` is deprecated and will be removed in a future CCCL release
@miscco miscco requested a review from a team as a code owner February 14, 2025 13:51
@miscco miscco requested review from vyasr and lamarrr February 14, 2025 13:51
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Feb 14, 2025
@davidwendt davidwendt added 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 14, 2025
CharT const* chars,
SymbolIndexT const& max_num_chars,
CallbackOpT callback_op,
cuda::std::integral_constant<int, IS_FULL_BLOCK> /*IS_FULL_BLOCK*/)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
cuda::std::integral_constant<int, IS_FULL_BLOCK> /*IS_FULL_BLOCK*/)
cuda::std::bool_constant<IS_FULL_BLOCK> /*IS_FULL_BLOCK*/)

Is bool_constant available in CCCL?

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 improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants