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

Go to the source code of this file.

Data Structures

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) More...
 
struct  cub::AgentRadixSortDownsweep< AgentRadixSortDownsweepPolicy, IS_DESCENDING, KeyT, ValueT, OffsetT >
 AgentRadixSortDownsweep implements a stateful abstraction of CUDA thread blocks for participating in device-wide radix sort downsweep . More...
 
struct  cub::AgentRadixSortDownsweep< AgentRadixSortDownsweepPolicy, IS_DESCENDING, KeyT, ValueT, OffsetT >::TempStorage
 Alias wrapper allowing storage to be unioned. More...
 

Namespaces

namespace  cub
 Optional outer namespace(s)
 

Enumerations

enum  cub::RadixRankAlgorithm { RADIX_RANK_BASIC , RADIX_RANK_MEMOIZE , RADIX_RANK_MATCH }
 

Detailed Description

AgentRadixSortDownsweep implements a stateful abstraction of CUDA thread blocks for participating in device-wide radix sort downsweep .

Definition in file agent_radix_sort_downsweep.cuh.