Translations:OpenACC Tutorial - Profiling/7/en
Jump to navigation
Jump to search
For the purpose of this tutorial, we use two profilers:
- NVIDIA
nvprof
- a command line text-based profiler that can analyze non-GPU codes. - NVIDIA Visual Profiler
nvvp
- a graphical cross-platform analyzing tool for the codes written with OpenACC and CUDA C/C++ instructions.
Since our previously built cg.x
is not yet using the GPU, we will start the analysis with the nvprof
profiler.