cub::DeviceRadixSort uses Policy900 when compiled for an A100 GPU
#1241
|
Hi everyone, In dmlc/dgl#6770, we utilize |
Answered by
gevtushenko
Dec 26, 2023
Replies: 1 comment 1 reply
|
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 ( |
1 reply
Answer selected by
mfbalin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.