Skip to content

A parallel database system using CUDA library and hardware acceleration for accelerated query processing.

Notifications You must be signed in to change notification settings

Mac16661/cudaDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuda DB

A parallel database system using CUDA library and hardware acceleration for accelerated query processing.

Install all dependencies in devResquirements.sh file

Build simpleDB

cd build (if not present: mkdir build)

cmake ..

cmake --build .

./simpleDB

Run GDB

cd build(after building the project using cmake)

gdb ./simpleDB

About

A parallel database system using CUDA library and hardware acceleration for accelerated query processing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published