< The BlockScan algorithm to use More...
< The BlockScan algorithm to use
Parameterizable tuning policy type for AgentSpmv
Definition at line 73 of file agent_spmv_orig.cuh.
Public Types | |
enum | { BLOCK_THREADS = _BLOCK_THREADS , ITEMS_PER_THREAD = _ITEMS_PER_THREAD , DIRECT_LOAD_NONZEROS = _DIRECT_LOAD_NONZEROS } |
Static Public Attributes | |
static const CacheLoadModifier | ROW_OFFSETS_SEARCH_LOAD_MODIFIER = _ROW_OFFSETS_SEARCH_LOAD_MODIFIER |
Cache load modifier for reading CSR row-offsets. | |
static const CacheLoadModifier | ROW_OFFSETS_LOAD_MODIFIER = _ROW_OFFSETS_LOAD_MODIFIER |
Cache load modifier for reading CSR row-offsets. | |
static const CacheLoadModifier | COLUMN_INDICES_LOAD_MODIFIER = _COLUMN_INDICES_LOAD_MODIFIER |
Cache load modifier for reading CSR column-indices. | |
static const CacheLoadModifier | VALUES_LOAD_MODIFIER = _VALUES_LOAD_MODIFIER |
Cache load modifier for reading CSR values. | |
static const CacheLoadModifier | VECTOR_VALUES_LOAD_MODIFIER = _VECTOR_VALUES_LOAD_MODIFIER |
Cache load modifier for reading vector values. | |
static const BlockScanAlgorithm | SCAN_ALGORITHM = _SCAN_ALGORITHM |
The BlockScan algorithm to use. | |
anonymous enum |
Definition at line 75 of file agent_spmv_orig.cuh.
|
static |
Cache load modifier for reading CSR column-indices.
Definition at line 84 of file agent_spmv_orig.cuh.
|
static |
Cache load modifier for reading CSR row-offsets.
Definition at line 83 of file agent_spmv_orig.cuh.
|
static |
Cache load modifier for reading CSR row-offsets.
Definition at line 82 of file agent_spmv_orig.cuh.
|
static |
The BlockScan algorithm to use.
Definition at line 87 of file agent_spmv_orig.cuh.
|
static |
Cache load modifier for reading CSR values.
Definition at line 85 of file agent_spmv_orig.cuh.
|
static |
Cache load modifier for reading vector values.
Definition at line 86 of file agent_spmv_orig.cuh.