|
CUDPP 2.0
CUDA Data-Parallel Primitives Library
|
| CudaHT::CuckooHashing::CompactingHashTable | Hash table that provides O(1) translation between keys and unique identifiers |
| CUDPPCompactPlan | Plan class for compact algorithm |
| 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 |
| CUDPPRandPlan | Plan class for random number generator |
| CUDPPReducePlan | Plan class for reduce algorithm |
| CUDPPScanPlan | Plan class for scan algorithm |
| CUDPPSegmentedScanPlan | Plan class for segmented scan algorithm |
| CUDPPSparseMatrixVectorMultiplyPlan | Plan class for sparse-matrix dense-vector multiply |
| CUDPPTridiagonalPlan | Plan class for tridiagonal solver |
| CudaHT::CuckooHashing::Functions< N > | Container for all of the hash functions |
| CudaHT::CuckooHashing::HashTable | Basic hash table that stores one value for each key |
| 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 |
1.7.4