cuda-gdbserver
NVIDIA CUDA Debugger (GDB)
Install
- All systems
-
curl cmd.cat/cuda-gdbserver.sh
- Ubuntu
-
apt-get install nvidia-cuda-gdb
- Arch Linux
-
pacman -S cuda
- Kali Linux
-
apt-get install nvidia-cuda-gdb
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nvidia-cuda-gdb
- Dockerfile
- dockerfile.run/cuda-gdbserver
nvidia-cuda-gdb
NVIDIA CUDA Debugger (GDB)
The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. This package contains the cuda-gdb debugger.