CUDPP
2.2
CUDA Data-Parallel Primitives Library
|
CUDPPConfiguration | Configuration struct used to specify algorithm, datatype, operator, and options when creating a plan for CUDPP algorithms |
CUDPPHashTableConfig | Configuration struct for creating a hash table (CUDPPHashTable()) |
CUDPPHashTableInternal< T > | Internal structure used to store a generic CUDPP hash table |
CUDPPManager | Internal manager class for CUDPPP resources |
CUDPPPlan | Base class for CUDPP Plan data structures |
CUDPPBwtPlan | Plan class for BWT |
CUDPPCompactPlan | Plan class for compact algorithm |
CUDPPListRankPlan | Plan class for ListRank |
CUDPPMergeSortPlan | Plan class for mergesort algorithm |
CUDPPMtfPlan | Plan class for MTF |
CUDPPRadixSortPlan | Plan class for radixsort algorithm |
CUDPPRandPlan | Plan class for random number generator |
CUDPPReducePlan | Plan class for reduce algorithm |
CUDPPSaPlan | Plan class for suffix array |
CUDPPScanPlan | Plan class for scan algorithm |
CUDPPSegmentedScanPlan | Plan class for segmented scan algorithm |
CUDPPSparseMatrixVectorMultiplyPlan | Plan class for sparse-matrix dense-vector multiply |
CUDPPStringSortPlan | Plan class for stringsort algorithm |
CUDPPTridiagonalPlan | Plan class for tridiagonal solver |
CudaHT::CuckooHashing::Functions< N > | Container for all of the hash functions |
CudaHT::CuckooHashing::Functions< 2 > | |
CudaHT::CuckooHashing::Functions< 3 > | |
CudaHT::CuckooHashing::Functions< 4 > | |
CudaHT::CuckooHashing::Functions< 5 > | |
CudaHT::CuckooHashing::HashTable | Basic hash table that stores one value for each key |
CudaHT::CuckooHashing::CompactingHashTable | Hash table that provides O(1) translation between keys and unique identifiers |
CudaHT::CuckooHashing::MultivalueHashTable | Hash table that stores multiple values per key |
ScanTraits< T, Oper, backward, exclusive, multiRow, sums, fullBlock > | Template class containing compile-time parameters to the scan functions |
SegmentedScanTraits< T, Oper, backward, exclusivity, doShiftFlags, fullBlock, sums, sm12OrBetter > | Template class containing compile-time parameters to the segmented scan functions |
SharedMemory< T > | Wrapper class for templatized dynamic shared memory arrays |
typeToVector< T, N > | Utility template struct for generating small vector types from scalar types |