/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hipcub/checkouts/docs-5.4.1/hipcub/include/hipcub/backend/rocprim/block/block_raking_layout.hpp File Reference#
block_raking_layout.hpp File Reference
#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 | hipcub::BlockRakingLayout< T, BLOCK_THREADS, ARCH > |
BlockRakingLayout provides a conflict-free shared memory layout abstraction for 1D raking across thread block data. More... | |
struct | hipcub::BlockRakingLayout< T, BLOCK_THREADS, ARCH >::TempStorage |
Alias wrapper allowing storage to be unioned. More... | |
Detailed Description
cub::BlockRakingLayout provides a conflict-free shared memory layout abstraction for warp-raking across thread block data.