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

Shared memory storage layout type. More...

Detailed Description

template<typename T, int ITEMS_PER_THREAD, int LOGICAL_WARP_THREADS = CUB_PTX_WARP_THREADS, int PTX_ARCH = CUB_PTX_ARCH>
struct cub::WarpExchange< T, ITEMS_PER_THREAD, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage

Shared memory storage layout type.

Definition at line 1163 of file block_exchange.cuh.

Data Fields

buff [WARP_ITEMS+PADDING_ITEMS]
 

Field Documentation

◆ buff

template<typename T , int ITEMS_PER_THREAD, int LOGICAL_WARP_THREADS = CUB_PTX_WARP_THREADS, int PTX_ARCH = CUB_PTX_ARCH>
T cub::WarpExchange< T, ITEMS_PER_THREAD, LOGICAL_WARP_THREADS, PTX_ARCH >::_TempStorage::buff[WARP_ITEMS+PADDING_ITEMS]

Definition at line 1165 of file block_exchange.cuh.


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