OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
agent_spmv_orig.cuh File Reference

Go to the source code of this file.

Data Structures

struct  cub::AgentSpmvPolicy< _BLOCK_THREADS, _ITEMS_PER_THREAD, _ROW_OFFSETS_SEARCH_LOAD_MODIFIER, _ROW_OFFSETS_LOAD_MODIFIER, _COLUMN_INDICES_LOAD_MODIFIER, _VALUES_LOAD_MODIFIER, _VECTOR_VALUES_LOAD_MODIFIER, _DIRECT_LOAD_NONZEROS, _SCAN_ALGORITHM >
 < The BlockScan algorithm to use More...
 
struct  cub::SpmvParams< ValueT, OffsetT >
 < Signed integer type for sequence offsets More...
 
struct  cub::AgentSpmv< AgentSpmvPolicyT, ValueT, OffsetT, HAS_ALPHA, HAS_BETA, PTX_ARCH >
 AgentSpmv implements a stateful abstraction of CUDA thread blocks for participating in device-wide SpMV. More...
 
union  cub::AgentSpmv< AgentSpmvPolicyT, ValueT, OffsetT, HAS_ALPHA, HAS_BETA, PTX_ARCH >::MergeItem
 Merge item type (either a non-zero value or a row-end offset) More...
 
struct  cub::AgentSpmv< AgentSpmvPolicyT, ValueT, OffsetT, HAS_ALPHA, HAS_BETA, PTX_ARCH >::_TempStorage
 Shared memory type required by this thread block. More...
 
union  cub::AgentSpmv< AgentSpmvPolicyT, ValueT, OffsetT, HAS_ALPHA, HAS_BETA, PTX_ARCH >::_TempStorage::Aliasable
 
struct  cub::AgentSpmv< AgentSpmvPolicyT, ValueT, OffsetT, HAS_ALPHA, HAS_BETA, PTX_ARCH >::TempStorage
 Temporary storage type (unionable) More...
 

Namespaces

namespace  cub
 Optional outer namespace(s)
 

Detailed Description

cub::AgentSpmv implements a stateful abstraction of CUDA thread blocks for participating in device-wide SpMV.

Definition in file agent_spmv_orig.cuh.