You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 provideBlockDimY
andBlockDimZ
template parameters.The text was updated successfully, but these errors were encountered: