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

CSE-498-011-SP21/Newer_Base_KVCG

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published