Nvprof: Difference between revisions
Jump to navigation
Jump to search
(Created blank page) |
No edit summary |
||
Line 1: | Line 1: | ||
Nvprof is a command-line light-weight GUI-less profiler available for Linux, Windows, and Mac OS. | |||
= Quickstart guide = | |||
== Environment modules == <!--T:3--> | |||
Before you start profiling with NVPROF, the appropriate [[Utiliser des modules/en|module]] needs to be loaded. | |||
NVPROF is part of the CUDA package, so run <code>module avail cuda</code> to see what versions are currently available with the compiler and MPImodules you have loaded. For a comprehensive list of Cuda modules, run <code>module -r spider '.*cuda.*'</code>. | |||
At the time this was written these were: | |||
* cuda/10.0.130 | |||
* cuda/10.0 | |||
* cuda/9.0.176 | |||
* cuda/9.0 | |||
* cuda/8.0.44 | |||
* cuda/8.0 |
Revision as of 18:29, 30 November 2018
Nvprof is a command-line light-weight GUI-less profiler available for Linux, Windows, and Mac OS.
Quickstart guide
Environment modules
Before you start profiling with NVPROF, the appropriate module needs to be loaded.
NVPROF is part of the CUDA package, so run module avail cuda
to see what versions are currently available with the compiler and MPImodules you have loaded. For a comprehensive list of Cuda modules, run module -r spider '.*cuda.*'
.
At the time this was written these were:
- cuda/10.0.130
- cuda/10.0
- cuda/9.0.176
- cuda/9.0
- cuda/8.0.44
- cuda/8.0