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

Fix BlockRadixRankMatchEarlyCounts or constrain it #901

Open
gevtushenko opened this issue Sep 1, 2022 · 2 comments
Open

Fix BlockRadixRankMatchEarlyCounts or constrain it #901

gevtushenko opened this issue Sep 1, 2022 · 2 comments
Assignees
Labels
cub For all items related to CUB

Comments

@gevtushenko
Copy link
Collaborator

Currently, BlockRadixRankMatchEarlyCounts doesn't work in some specific cases (1 << RADIX_BITS) % WARP_THREADS != 0. This use case should be addressed or the structure has to be complemented with a static assert that validates template arguments. To make the structure conforming, we might as well provide BlockDimY and BlockDimZ template parameters.

@jrhemstad jrhemstad added the cub For all items related to CUB label Feb 22, 2023
@wmaxey
Copy link
Member

wmaxey commented Feb 23, 2023

@senior-zero Is this fixed?

@gevtushenko
Copy link
Collaborator Author

@wmaxey it's not fixed yet

@jarmak-nv jarmak-nv transferred this issue from NVIDIA/cub Nov 8, 2023
@github-project-automation github-project-automation bot moved this to Todo in CCCL Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cub For all items related to CUB
Projects
Status: Todo
Development

No branches or pull requests

3 participants