Skip to content

EnricoDeg/cuAlgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cuAlgo

A collection of CUDA algorithms

Quick Start

Dependencies:

  • CMake
  • CUDA
  • Doxygen

Installation:

mkdir build
cd build
cmake ..
make install

Run tests:

cd build/tests
ctest

View documentation

firefox build/docs/html/index.html

About

A collection of CUDA algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published