Skip to content
/ CUWRAP Public

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

License

Notifications You must be signed in to change notification settings

ganler/CUWRAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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+)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages