< The BlockScan algorithm to use More...
< The BlockScan algorithm to use
Parameterizable tuning policy type for AgentSegmentFixup
Definition at line 67 of file agent_segment_fixup.cuh.
 Inheritance diagram for cub::AgentSegmentFixupPolicy< _BLOCK_THREADS, _ITEMS_PER_THREAD, _LOAD_ALGORITHM, _LOAD_MODIFIER, _SCAN_ALGORITHM >:Public Types | |
| enum | { BLOCK_THREADS = _BLOCK_THREADS , ITEMS_PER_THREAD = _ITEMS_PER_THREAD } | 
Static Public Attributes | |
| static const BlockLoadAlgorithm | LOAD_ALGORITHM = _LOAD_ALGORITHM | 
| The BlockLoad algorithm to use.   | |
| static const CacheLoadModifier | LOAD_MODIFIER = _LOAD_MODIFIER | 
| Cache load modifier for reading input elements.   | |
| static const BlockScanAlgorithm | SCAN_ALGORITHM = _SCAN_ALGORITHM | 
| The BlockScan algorithm to use.   | |
| anonymous enum | 
| Enumerator | |
|---|---|
| BLOCK_THREADS | Threads per thread block.  | 
| ITEMS_PER_THREAD | Items per thread (per tile of input)  | 
Definition at line 69 of file agent_segment_fixup.cuh.
      
  | 
  static | 
The BlockLoad algorithm to use.
Definition at line 75 of file agent_segment_fixup.cuh.
      
  | 
  static | 
Cache load modifier for reading input elements.
Definition at line 76 of file agent_segment_fixup.cuh.
      
  | 
  static | 
The BlockScan algorithm to use.
Definition at line 77 of file agent_segment_fixup.cuh.