< The BlockScan algorithm to use More...
< The BlockScan algorithm to use
Parameterizable tuning policy type for AgentScan
Definition at line 67 of file agent_scan.cuh.
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 BlockStoreAlgorithm | STORE_ALGORITHM = _STORE_ALGORITHM |
The BlockStore algorithm to use. | |
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_scan.cuh.
|
static |
The BlockLoad algorithm to use.
Definition at line 75 of file agent_scan.cuh.
|
static |
Cache load modifier for reading input elements.
Definition at line 76 of file agent_scan.cuh.
|
static |
The BlockScan algorithm to use.
Definition at line 78 of file agent_scan.cuh.
|
static |
The BlockStore algorithm to use.
Definition at line 77 of file agent_scan.cuh.