Skip to content

Instantly share code, notes, and snippets.

@makifay
makifay / LearnNvprof.md
Created June 4, 2022 17:59 — forked from mrprajesh/LearnNvprof.md
Learn nvprof - Profiling CUDA Programs

nvprof - NVCC Profiler

It is Nvidia's Profiler, profiles any executable including CUDA programs.

How to use it?

nvprof ./executable

In case if you want the obsolute url /usr/local/cuda/bin/nvprof or /usr/local/cuda-<MAJOR.minor>/bin/nvprof where MAJOR.minor is your CUDA version installed.

Container classifications