Skip to content

cub::DeviceRadixSort uses Policy900 when compiled for an A100 GPU #1241

Answered by gevtushenko
mfbalin asked this question in CUB
Discussion options

You must be logged in to vote

Hello @mfbalin!

If you are referring to the symbol name having Policy900 in it, it's due to the fact that we pass maximal policy (DeviceRadixSortOnesweepKernel<MaxPolicyT...) to the kernel and then statically dispatch to active policy inside the kernel. The description of chained policy can be found in our docs.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mfbalin
Comment options

Answer selected by mfbalin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
CUB
Labels
None yet
2 participants