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

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