OpenFPM  5.2.0
Project that contain the implementation of distributed structures
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...

Data Fields

reduce [WARP_SMEM_ELEMENTS]
 
SmemFlag flags [WARP_SMEM_ELEMENTS]
 

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.


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