/CUDA-Intro

Introduction to CUDA programming

Primary LanguageCudaThe UnlicenseUnlicense

CUDA-Intro

Introduction to CUDA programming

How to Compile

$ make

How to run examples

$ ./hello_world
$ ./first
$ ./3D
$ ./sax

How to profile using nvvp and nvprof

$ PROG_PATH=/path/to/compiled_source
$ nvprof --events all --metrics all $PROG_PATH
$ nvvp $PROG_PATH

For more information, Profiler documentation CUDA documentation