Shared memory storage layout type (1.5 warps-worth of elements for each warp) More...
Shared memory storage layout type (1.5 warps-worth of elements for each warp)
Definition at line 88 of file warp_reduce_smem.cuh.
Data Fields | |
T | reduce [WARP_SMEM_ELEMENTS] |
SmemFlag | flags [WARP_SMEM_ELEMENTS] |
SmemFlag cub::WarpReduceSmem< T, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage::flags[WARP_SMEM_ELEMENTS] |
Definition at line 91 of file warp_reduce_smem.cuh.
T cub::WarpReduceSmem< T, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage::reduce[WARP_SMEM_ELEMENTS] |
Definition at line 90 of file warp_reduce_smem.cuh.