CUDPP
2.3
CUDA Data-Parallel Primitives Library
|
CCUDPPConfiguration | Configuration struct used to specify algorithm, datatype, operator, and options when creating a plan for CUDPP algorithms |
CCUDPPHashTableConfig | Configuration struct for creating a hash table (CUDPPHashTable()) |
CCUDPPHashTableInternal< T > | Internal structure used to store a generic CUDPP hash table |
CCUDPPManager | Internal manager class for CUDPPP resources |
▼CCUDPPPlan | Base class for CUDPP Plan data structures |
CCUDPPBwtPlan | Plan class for BWT |
CCUDPPCompactPlan | Plan class for compact algorithm |
CCUDPPListRankPlan | Plan class for ListRank |
CCUDPPMergeSortPlan | Plan class for mergesort algorithm |
CCUDPPMtfPlan | Plan class for MTF |
CCUDPPMultiSplitPlan | Plan class for MultiSplit |
CCUDPPRadixSortPlan | Plan class for radixsort algorithm |
CCUDPPRandPlan | Plan class for random number generator |
CCUDPPReducePlan | Plan class for reduce algorithm |
CCUDPPSaPlan | Plan class for suffix array |
CCUDPPScanPlan | Plan class for scan algorithm |
CCUDPPSegmentedScanPlan | Plan class for segmented scan algorithm |
CCUDPPSparseMatrixVectorMultiplyPlan | Plan class for sparse-matrix dense-vector multiply |
CCUDPPStringSortPlan | Plan class for stringsort algorithm |
CCUDPPTridiagonalPlan | Plan class for tridiagonal solver |
CCudaHT::CuckooHashing::Functions< N > | Container for all of the hash functions |
CCudaHT::CuckooHashing::Functions< 2 > | |
CCudaHT::CuckooHashing::Functions< 3 > | |
CCudaHT::CuckooHashing::Functions< 4 > | |
CCudaHT::CuckooHashing::Functions< 5 > | |
▼CCudaHT::CuckooHashing::HashTable | Basic hash table that stores one value for each key |
CCudaHT::CuckooHashing::CompactingHashTable | Hash table that provides O(1) translation between keys and unique identifiers |
CCudaHT::CuckooHashing::MultivalueHashTable | Hash table that stores multiple values per key |
CScanTraits< T, Oper, backward, exclusive, multiRow, sums, fullBlock > | Template class containing compile-time parameters to the scan functions |
CSegmentedScanTraits< T, Oper, backward, exclusivity, doShiftFlags, fullBlock, sums, sm12OrBetter > | Template class containing compile-time parameters to the segmented scan functions |
CSharedMemory< T > | Wrapper class for templatized dynamic shared memory arrays |
CtypeToVector< T, N > | Utility template struct for generating small vector types from scalar types |