Bureaucrats, cc_docs_admin, cc_staff
337
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Nvprof is a command-line light-weight GUI-less profiler available for Linux, Windows, and Mac OS. | Nvprof is a command-line light-weight GUI-less profiler available for Linux, Windows, and Mac OS. | ||
It is capable of providing a textual report : | |||
* Summary of GPU and CPU activity | |||
* Trace of GPU and CPU activity | |||
* Event collection | |||
Nvprof also features a headless profile collection with the help of the Nvidia Visual Profiler: | |||
* First use Nvprof on headless node to collect data | |||
* Then visualize timeline with Visual Profiler | |||
= Quickstart guide = | = Quickstart guide = | ||
Line 13: | Line 20: | ||
* cuda/8.0.44 | * cuda/8.0.44 | ||
* cuda/8.0 | * cuda/8.0 | ||
Use <code>module load cuda/version</code> to choose a version. For example, to load the CUDA compiler version 10.0, do: | |||
{{Command|module load cuda/10.0}} |