nvprof
NVIDIA Profiler for CUDA and OpenCL
Install
- All systems
-
curl cmd.cat/nvprof.sh
- Ubuntu
-
apt-get install nvidia-profiler
- Arch Linux
-
pacman -S cuda
- Kali Linux
-
apt-get install nvidia-profiler
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nvidia-profiler
- Dockerfile
- dockerfile.run/nvprof
nvidia-profiler
NVIDIA Profiler for CUDA and OpenCL
The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. OpenCL (Open Computing Language) is a multi-vendor open standard for general-purpose parallel programming of heterogeneous systems that include CPUs, GPUs and other processors. This package contains the nvprof profiler.