OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::ReduceByKeyScanTileState< ValueT, KeyT, false > Struct Template Reference

Detailed Description

template<typename ValueT, typename KeyT>
struct cub::ReduceByKeyScanTileState< ValueT, KeyT, false >

Tile status interface for reduction by key, specialized for scan status and value types that cannot be combined into one machine word.

Definition at line 460 of file single_pass_scan_operators.cuh.

+ Inheritance diagram for cub::ReduceByKeyScanTileState< ValueT, KeyT, false >:

Public Types

typedef ScanTileState< KeyValuePair< KeyT, ValueT > > SuperClass
 

Public Member Functions

__host__ __device__ __forceinline__ ReduceByKeyScanTileState ()
 Constructor.
 

Member Typedef Documentation

◆ SuperClass

template<typename ValueT , typename KeyT >
typedef ScanTileState<KeyValuePair<KeyT, ValueT> > cub::ReduceByKeyScanTileState< ValueT, KeyT, false >::SuperClass

Definition at line 463 of file single_pass_scan_operators.cuh.

Constructor & Destructor Documentation

◆ ReduceByKeyScanTileState()

template<typename ValueT , typename KeyT >
__host__ __device__ __forceinline__ cub::ReduceByKeyScanTileState< ValueT, KeyT, false >::ReduceByKeyScanTileState ( )
inline

Constructor.

Definition at line 467 of file single_pass_scan_operators.cuh.


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