cub::ReduceByKeyScanTileState< ValueT, KeyT, false >#

template<typename ValueT, typename KeyT>
struct ReduceByKeyScanTileState<ValueT, KeyT, false> : public cub::ScanTileState<KeyValuePair<KeyT, ValueT>>#

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

Public Types

using SuperClass = ScanTileState<KeyValuePair<KeyT, ValueT>>#

Public Functions

inline ReduceByKeyScanTileState()#

Constructor.