OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::DispatchSpmv< ValueT, OffsetT >::KernelConfig Struct Reference

Detailed Description

template<typename ValueT, typename OffsetT>
struct cub::DispatchSpmv< ValueT, OffsetT >::KernelConfig

Kernel kernel dispatch configuration.

Definition at line 544 of file dispatch_spmv_orig.cuh.

Public Member Functions

template<typename PolicyT >
CUB_RUNTIME_FUNCTION __forceinline__ void Init ()
 

Data Fields

int block_threads
 
int items_per_thread
 
int tile_items
 

Member Function Documentation

◆ Init()

template<typename ValueT , typename OffsetT >
template<typename PolicyT >
CUB_RUNTIME_FUNCTION __forceinline__ void cub::DispatchSpmv< ValueT, OffsetT >::KernelConfig::Init ( )
inline

Definition at line 552 of file dispatch_spmv_orig.cuh.

Field Documentation

◆ block_threads

template<typename ValueT , typename OffsetT >
int cub::DispatchSpmv< ValueT, OffsetT >::KernelConfig::block_threads

Definition at line 546 of file dispatch_spmv_orig.cuh.

◆ items_per_thread

template<typename ValueT , typename OffsetT >
int cub::DispatchSpmv< ValueT, OffsetT >::KernelConfig::items_per_thread

Definition at line 547 of file dispatch_spmv_orig.cuh.

◆ tile_items

template<typename ValueT , typename OffsetT >
int cub::DispatchSpmv< ValueT, OffsetT >::KernelConfig::tile_items

Definition at line 548 of file dispatch_spmv_orig.cuh.


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