CUDPP  2.2
CUDA Data-Parallel Primitives Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Namespaces
hash_compacting.cpp File Reference

Implements hash tables that assign each unique key an ID. More...

#include "hash_compacting.h"
#include "hash_functions.h"
#include <cuda_runtime_api.h>
#include <cudpp.h>
#include "cuda_util.h"
#include <set>

Namespaces

 CudaHT
 Encapsulates the hash table library.
 

Detailed Description

Implements hash tables that assign each unique key an ID.