OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::AgentSpmv< AgentSpmvPolicyT, ValueT, OffsetT, HAS_ALPHA, HAS_BETA, PTX_ARCH >::_TempStorage Struct Reference

Shared memory type required by this thread block. More...

Detailed Description

template<typename AgentSpmvPolicyT, typename ValueT, typename OffsetT, bool HAS_ALPHA, bool HAS_BETA, int PTX_ARCH = CUB_PTX_ARCH>
struct cub::AgentSpmv< AgentSpmvPolicyT, ValueT, OffsetT, HAS_ALPHA, HAS_BETA, PTX_ARCH >::_TempStorage

Shared memory type required by this thread block.

Definition at line 220 of file agent_spmv_orig.cuh.

Data Structures

union  Aliasable
 

Data Fields

CoordinateT tile_coords [2]
 
union cub::AgentSpmv::_TempStorage::Aliasable aliasable
 

Field Documentation

◆ tile_coords

template<typename AgentSpmvPolicyT , typename ValueT , typename OffsetT , bool HAS_ALPHA, bool HAS_BETA, int PTX_ARCH = CUB_PTX_ARCH>
CoordinateT cub::AgentSpmv< AgentSpmvPolicyT, ValueT, OffsetT, HAS_ALPHA, HAS_BETA, PTX_ARCH >::_TempStorage::tile_coords[2]

Definition at line 222 of file agent_spmv_orig.cuh.


The documentation for this struct was generated from the following file: