hipCUB
|
cub::BlockRakingLayout provides a conflict-free shared memory layout abstraction for warp-raking across thread block data. More...
#include <type_traits>
#include "../../../config.hpp"
#include <rocprim/config.hpp>
#include <rocprim/detail/various.hpp>
Go to the source code of this file.
Classes | |
struct | BlockRakingLayout< T, BLOCK_THREADS, ARCH > |
BlockRakingLayout provides a conflict-free shared memory layout abstraction for 1D raking across thread block data. More... | |
struct | BlockRakingLayout< T, BLOCK_THREADS, ARCH >::TempStorage |
Alias wrapper allowing storage to be unioned. More... | |
cub::BlockRakingLayout provides a conflict-free shared memory layout abstraction for warp-raking across thread block data.