Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 419 Bytes

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