cub::DeviceRadixSort
uses Policy900 when compiled for an A100 GPU
#1241
-
Hi everyone, In dmlc/dgl#6770, we utilize |
Beta Was this translation helpful? Give feedback.
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 ( |
Beta Was this translation helpful? Give feedback.
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.