Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
/ gpu Public archive

Fork of Newer_Base_KVCG so we can get stuff working. See GPU Branch

License

Notifications You must be signed in to change notification settings

CSE-498-011-SP21/gpu

Repository files navigation

KVCG

KVCG is a cooperative GPU-CPU key value store.

Dependencies

  • TBB
  • Boost
  • Google Test
  • CUDA 11.2
  • Support for C++17

Building

This will build the code and run sanity checks.

git submodule update --init --recursive
./vcpkg/bootstrap-vcpkg.sh
./vpckg/vcpkg install gtest tbb boost-system boost-property-tree
mkdir build
cd build
cmake -DCMAKE_TOOCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake ..
make -j
ctest

You can also build with the dockerfile.

About

Fork of Newer_Base_KVCG so we can get stuff working. See GPU Branch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published