Tom-Zheng / cuda_kernel_hash

An simple hash table that works inside cuda kernel. Based on Robin Hood Hashing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Robin Hood Hash Table for CUDA device

To compile this code, run:

$ sh build.sh

About

An simple hash table that works inside cuda kernel. Based on Robin Hood Hashing.


Languages

Language:Cuda 98.4%Language:Shell 1.6%