#include "../util_ptx.cuh"
#include "../util_arch.cuh"
#include "../util_macro.cuh"
#include "../util_type.cuh"
#include "../util_namespace.cuh"
Go to the source code of this file.
Data Structures | |
class | cub::BlockExchange< InputT, BLOCK_DIM_X, ITEMS_PER_THREAD, WARP_TIME_SLICING, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH > |
The BlockExchange class provides collective methods for rearranging data partitioned across a CUDA thread block. More... | |
struct | cub::BlockExchange< InputT, BLOCK_DIM_X, ITEMS_PER_THREAD, WARP_TIME_SLICING, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::TempStorage |
\smemstorage{BlockExchange} More... | |
class | cub::WarpExchange< T, ITEMS_PER_THREAD, LOGICAL_WARP_THREADS, PTX_ARCH > |
struct | cub::WarpExchange< T, ITEMS_PER_THREAD, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage |
Shared memory storage layout type. More... | |
struct | cub::WarpExchange< T, ITEMS_PER_THREAD, LOGICAL_WARP_THREADS, PTX_ARCH >::TempStorage |
\smemstorage{WarpExchange} More... | |
Namespaces | |
namespace | cub |
Optional outer namespace(s) | |
The cub::BlockExchange class provides collective methods for rearranging data partitioned across a CUDA thread block.
Definition in file block_exchange.cuh.