Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 230 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 230 Bytes

CUWRAP: Run Your GPU Engine with Template C++ Frontend

Quick Start

mkdir build && cd build
cmake ..
make -j$(nproc) # For Linux
make test

Environment

  • C++14 Compiler
  • NVCC(CUDA with CXX14)
  • CMAKE(3.11+)