Bureaucrats, cc_docs_admin, cc_staff
337
edits
(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 |