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

Detailed Description

template<typename T, typename ScanOpT, typename ScanTileStateT, int PTX_ARCH = CUB_PTX_ARCH>
struct cub::TilePrefixCallbackOp< T, ScanOpT, ScanTileStateT, PTX_ARCH >::_TempStorage

Definition at line 686 of file single_pass_scan_operators.cuh.

Data Fields

WarpReduceT::TempStorage warp_reduce
 
exclusive_prefix
 
inclusive_prefix
 
block_aggregate
 

Field Documentation

◆ block_aggregate

template<typename T , typename ScanOpT , typename ScanTileStateT , int PTX_ARCH = CUB_PTX_ARCH>
T cub::TilePrefixCallbackOp< T, ScanOpT, ScanTileStateT, PTX_ARCH >::_TempStorage::block_aggregate

Definition at line 691 of file single_pass_scan_operators.cuh.

◆ exclusive_prefix

template<typename T , typename ScanOpT , typename ScanTileStateT , int PTX_ARCH = CUB_PTX_ARCH>
T cub::TilePrefixCallbackOp< T, ScanOpT, ScanTileStateT, PTX_ARCH >::_TempStorage::exclusive_prefix

Definition at line 689 of file single_pass_scan_operators.cuh.

◆ inclusive_prefix

template<typename T , typename ScanOpT , typename ScanTileStateT , int PTX_ARCH = CUB_PTX_ARCH>
T cub::TilePrefixCallbackOp< T, ScanOpT, ScanTileStateT, PTX_ARCH >::_TempStorage::inclusive_prefix

Definition at line 690 of file single_pass_scan_operators.cuh.

◆ warp_reduce

template<typename T , typename ScanOpT , typename ScanTileStateT , int PTX_ARCH = CUB_PTX_ARCH>
WarpReduceT::TempStorage cub::TilePrefixCallbackOp< T, ScanOpT, ScanTileStateT, PTX_ARCH >::_TempStorage::warp_reduce

Definition at line 688 of file single_pass_scan_operators.cuh.


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