We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3be9f0 commit 55aaa67Copy full SHA for 55aaa67
rocprim/include/rocprim/block/block_radix_sort.hpp
@@ -164,7 +164,7 @@ class block_radix_sort
164
ROCPRIM_DEVICE ROCPRIM_FORCE_INLINE
165
block_radix_sort()
166
{
167
- assert(BlockSize % ::rocprim::arch::wavefront::size() == 0);
+ assert(!warp_striped || BlockSize % ::rocprim::arch::wavefront::size() == 0);
168
}
169
170
/// \brief Performs ascending radix sort over keys partitioned across threads in a block.
0 commit comments