GPU stress testing and diagnostics Pantheon tests GPU compute, memory, cache, interconnect, and power behavior. Run focused workloads, capture telemetry, and keep the results for comparison. Download Pantheon View benchmarks Get help or contribute
45 workloads focused stress tests CUDA + ROCm NVIDIA and AMD support Local reports exportable telemetry
Quick Start
The Debian package is the simplest installation path for Ubuntu and Debian systems.
1. Install prerequisites
Install the basic build tools:
sudo apt-get update sudo apt-get install -y make g++
Then install the compiler for your GPU platform. You only need one:
NVIDIA CUDA AMD ROCm/HIP sudo apt-get install -y nvidia-cuda-toolkit sudo apt-get install -y hipcc
2. Install Pantheon
... continue reading