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

Detailed Description

template<typename ValueT, typename KeyT>
struct cub::ReduceByKeyScanTileState< ValueT, KeyT, true >::TileDescriptorBigStatus

Definition at line 509 of file single_pass_scan_operators.cuh.

Data Fields

KeyT key
 
ValueT value
 
StatusWord status
 

Field Documentation

◆ key

template<typename ValueT , typename KeyT >
KeyT cub::ReduceByKeyScanTileState< ValueT, KeyT, true >::TileDescriptorBigStatus::key

Definition at line 511 of file single_pass_scan_operators.cuh.

◆ status

template<typename ValueT , typename KeyT >
StatusWord cub::ReduceByKeyScanTileState< ValueT, KeyT, true >::TileDescriptorBigStatus::status

Definition at line 513 of file single_pass_scan_operators.cuh.

◆ value

template<typename ValueT , typename KeyT >
ValueT cub::ReduceByKeyScanTileState< ValueT, KeyT, true >::TileDescriptorBigStatus::value

Definition at line 512 of file single_pass_scan_operators.cuh.


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