OpenFPM  5.2.0
Project that contain the implementation of distributed structures
cub::BlockShuffle< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage Struct Reference

Shared memory storage layout type (last element from each thread's input) More...

Data Fields

prev [BLOCK_THREADS]
 
next [BLOCK_THREADS]
 

Detailed Description

template<typename T, int BLOCK_DIM_X, int BLOCK_DIM_Y = 1, int BLOCK_DIM_Z = 1, int PTX_ARCH = CUB_PTX_ARCH>
struct cub::BlockShuffle< T, BLOCK_DIM_X, BLOCK_DIM_Y, BLOCK_DIM_Z, PTX_ARCH >::_TempStorage

Shared memory storage layout type (last element from each thread's input)

Definition at line 92 of file block_shuffle.cuh.


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