OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::WarpReduceSmem< T, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage Struct Reference

Shared memory storage layout type (1.5 warps-worth of elements for each warp) More...

Detailed Description

template<typename T, int LOGICAL_WARP_THREADS, int PTX_ARCH>
struct cub::WarpReduceSmem< T, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage

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

reduce [WARP_SMEM_ELEMENTS]
 
SmemFlag flags [WARP_SMEM_ELEMENTS]
 

Field Documentation

◆ flags

template<typename T , int LOGICAL_WARP_THREADS, int PTX_ARCH>
SmemFlag cub::WarpReduceSmem< T, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage::flags[WARP_SMEM_ELEMENTS]

Definition at line 91 of file warp_reduce_smem.cuh.

◆ reduce

template<typename T , int LOGICAL_WARP_THREADS, int PTX_ARCH>
T cub::WarpReduceSmem< T, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage::reduce[WARP_SMEM_ELEMENTS]

Definition at line 90 of file warp_reduce_smem.cuh.


The documentation for this struct was generated from the following file: