OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
cub::AgentRlePolicy< _BLOCK_THREADS, _ITEMS_PER_THREAD, _LOAD_ALGORITHM, _LOAD_MODIFIER, _STORE_WARP_TIME_SLICING, _SCAN_ALGORITHM > Struct Template Reference

< The BlockScan algorithm to use More...

Detailed Description

template<int _BLOCK_THREADS, int _ITEMS_PER_THREAD, BlockLoadAlgorithm _LOAD_ALGORITHM, CacheLoadModifier _LOAD_MODIFIER, bool _STORE_WARP_TIME_SLICING, BlockScanAlgorithm _SCAN_ALGORITHM>
struct cub::AgentRlePolicy< _BLOCK_THREADS, _ITEMS_PER_THREAD, _LOAD_ALGORITHM, _LOAD_MODIFIER, _STORE_WARP_TIME_SLICING, _SCAN_ALGORITHM >

< The BlockScan algorithm to use

Parameterizable tuning policy type for AgentRle

Definition at line 70 of file agent_rle.cuh.

+ Inheritance diagram for cub::AgentRlePolicy< _BLOCK_THREADS, _ITEMS_PER_THREAD, _LOAD_ALGORITHM, _LOAD_MODIFIER, _STORE_WARP_TIME_SLICING, _SCAN_ALGORITHM >:

Public Types

enum  { BLOCK_THREADS = _BLOCK_THREADS, ITEMS_PER_THREAD = _ITEMS_PER_THREAD, STORE_WARP_TIME_SLICING = _STORE_WARP_TIME_SLICING }
 

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 BlockScanAlgorithm SCAN_ALGORITHM = _SCAN_ALGORITHM
 The BlockScan algorithm to use.
 

Member Enumeration Documentation

◆ anonymous enum

template<int _BLOCK_THREADS, int _ITEMS_PER_THREAD, BlockLoadAlgorithm _LOAD_ALGORITHM, CacheLoadModifier _LOAD_MODIFIER, bool _STORE_WARP_TIME_SLICING, BlockScanAlgorithm _SCAN_ALGORITHM>
anonymous enum
Enumerator
BLOCK_THREADS 

Threads per thread block.

ITEMS_PER_THREAD 

Items per thread (per tile of input)

STORE_WARP_TIME_SLICING 

Whether or not only one warp's worth of shared memory should be allocated and time-sliced among block-warps during any store-related data transpositions (versus each warp having its own storage)

Definition at line 72 of file agent_rle.cuh.


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