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

< The number of radix bits, i.e., log2(bins) More...

Detailed Description

template<int _BLOCK_THREADS, int _ITEMS_PER_THREAD, BlockLoadAlgorithm _LOAD_ALGORITHM, CacheLoadModifier _LOAD_MODIFIER, RadixRankAlgorithm _RANK_ALGORITHM, BlockScanAlgorithm _SCAN_ALGORITHM, int _RADIX_BITS>
struct cub::AgentRadixSortDownsweepPolicy< _BLOCK_THREADS, _ITEMS_PER_THREAD, _LOAD_ALGORITHM, _LOAD_MODIFIER, _RANK_ALGORITHM, _SCAN_ALGORITHM, _RADIX_BITS >

< The number of radix bits, i.e., log2(bins)

Parameterizable tuning policy type for AgentRadixSortDownsweep

Definition at line 80 of file agent_radix_sort_downsweep.cuh.

Public Types

enum  { BLOCK_THREADS = _BLOCK_THREADS, ITEMS_PER_THREAD = _ITEMS_PER_THREAD, RADIX_BITS = _RADIX_BITS }
 

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 keys (and values)
 
static const RadixRankAlgorithm RANK_ALGORITHM = _RANK_ALGORITHM
 The radix ranking algorithm to use.
 
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, RadixRankAlgorithm _RANK_ALGORITHM, BlockScanAlgorithm _SCAN_ALGORITHM, int _RADIX_BITS>
anonymous enum
Enumerator
BLOCK_THREADS 

Threads per thread block.

ITEMS_PER_THREAD 

Items per thread (per tile of input)

RADIX_BITS 

The number of radix bits, i.e., log2(bins)

Definition at line 82 of file agent_radix_sort_downsweep.cuh.


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