< Cache load modifier for reading input elements More...
< Cache load modifier for reading input elements
Parameterizable tuning policy type for AgentReduce
Definition at line 67 of file agent_reduce.cuh.
Public Types | |
| enum | { BLOCK_THREADS = _BLOCK_THREADS , ITEMS_PER_THREAD = _ITEMS_PER_THREAD , VECTOR_LOAD_LENGTH = _VECTOR_LOAD_LENGTH } |
Static Public Attributes | |
| static const BlockReduceAlgorithm | BLOCK_ALGORITHM = _BLOCK_ALGORITHM |
| Cooperative block-wide reduction algorithm to use. | |
| static const CacheLoadModifier | LOAD_MODIFIER = _LOAD_MODIFIER |
| Cache load modifier for reading input elements. | |
| anonymous enum |
| Enumerator | |
|---|---|
| BLOCK_THREADS | Threads per thread block. |
| ITEMS_PER_THREAD | Items per thread (per tile of input) |
| VECTOR_LOAD_LENGTH | Number of items per vectorized load. |
Definition at line 69 of file agent_reduce.cuh.
|
static |
Cooperative block-wide reduction algorithm to use.
Definition at line 76 of file agent_reduce.cuh.
|
static |
Cache load modifier for reading input elements.
Definition at line 77 of file agent_reduce.cuh.