Introduction to CUDA programming
$ make
$ ./hello_world
$ ./first
$ ./3D
$ ./sax
$ PROG_PATH=/path/to/compiled_source
$ nvprof --events all --metrics all $PROG_PATH
$ nvvp $PROG_PATH
For more information, Profiler documentation CUDA documentation
Introduction to CUDA programming
$ make
$ ./hello_world
$ ./first
$ ./3D
$ ./sax
$ PROG_PATH=/path/to/compiled_source
$ nvprof --events all --metrics all $PROG_PATH
$ nvvp $PROG_PATH
For more information, Profiler documentation CUDA documentation