Skip to content

sscargal/cuda_examples

 
 

Repository files navigation

CUDA Examples

Building Instructions

To build all the examples at once:

mkdir build/
cd build/
cmake ..
make -j$(nproc)

To build a particular example:

cd 00X_example/
make -j$(nproc)

About

Some CUDA example code with READMEs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Cuda 85.0%
  • Makefile 7.9%
  • CMake 5.3%
  • Shell 1.8%