Skip to content

Releases: intel00000/gpu-burn

GPU-Burn v1.0.0

15 Jan 00:11

Choose a tag to compare

GPU-Burn - CUDA Stress Test

A GPU testing tool with NVML monitoring, modes (GEMM, Compute, Memory), and cross-platform support.

Downloads

Binaries are dynamically linked - download the version matching your installed CUDA toolkit.

Platform CUDA Version File
Linux 13.1 gpu-burn-linux-cuda13.1.0.tar.gz
Linux 12.8 gpu-burn-linux-cuda12.8.1.tar.gz
Linux 11.8 gpu-burn-linux-cuda11.8.0.tar.gz
Windows 13.1 gpu-burn-windows-cuda13.1.0.exe
Windows 12.8 gpu-burn-windows-cuda12.8.1.exe

Check your CUDA version: nvcc --version or nvidia-smi

Quick Start

# Run stress test for 60 seconds
./gpu-burn 60

# With verbose monitoring
./gpu-burn -v 120

# Compute stress mode
./gpu-burn -mode compute 60

# Memory stress mode
./gpu-burn -mode memory 60

See README for full documentation.