Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Assert max tile size for radix sort #649

Merged

Conversation

gevtushenko
Copy link
Collaborator

Users are trying to use block radix with more than 65536 keys. Unfortunately this compiles with no clear diagnostic. This PR introduces a compile time error in case tile size is larger than what's supported by our internal counters.

gevtushenko added a commit to gevtushenko/thrust that referenced this pull request Mar 10, 2023
@gevtushenko gevtushenko added testing: gpuCI in progress Started gpuCI testing. testing: gpuCI passed Passed gpuCI testing. and removed testing: gpuCI in progress Started gpuCI testing. labels Mar 10, 2023
@gevtushenko gevtushenko merged commit 2bdd5c6 into NVIDIA:main Mar 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testing: gpuCI passed Passed gpuCI testing.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants