hipCUB
Classes
block_raking_layout.hpp File Reference

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>
Include dependency graph for block_raking_layout.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

cub::BlockRakingLayout provides a conflict-free shared memory layout abstraction for warp-raking across thread block data.