CUDPP 2.0
CUDA Data-Parallel Primitives Library
Public Attributes
CUDPPHashTableConfig Struct Reference

Configuration struct for creating a hash table (CUDPPHashTable()) More...

#include <cudpp_hash.h>

List of all members.

Public Attributes

CUDPPHashTableType type
unsigned int kInputSize
float space_usage

Detailed Description

Configuration struct for creating a hash table (CUDPPHashTable())

See also:
CUDPPHashTable, CUDDPHashTableType

Member Data Documentation

see CUDPPHashTableType

number of elements to be stored in hash table

space factor multiple for the hash table; multiply space_usage by kInputSize to get the actual space allocation in GPU memory. 1.05 is about the minimum possible to get a working hash table. Larger values use more space but take less time to construct.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines