Skip to content

Code for summer project designing hash tables for the GPU using CUDA

Notifications You must be signed in to change notification settings

chiru9670/hashTableCuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashTableCuda

Code for summer project designing hash tables for the GPU using CUDA

To build:

mkdir -p build && cd build
conan install ..
cd ..
cmake .
make

About

Code for summer project designing hash tables for the GPU using CUDA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published