Getting started
Install PantheonGPU and run a first validation
PantheonGPU automatically detects CUDA, ROCm/HIP, or mock mode. Run the pantheon command directly after installation.
Install on Ubuntu or Debian
Install the basic build tools:
Install the compiler for your platform. You only need one:
Download and install the latest Debian package:
VERSION=1.0.16
wget "https://github.com/pantheongpu/pantheongpu_website/releases/download/v${VERSION}/pantheongpu_${VERSION}_amd64.deb"
sudo apt install "./pantheongpu_${VERSION}_amd64.deb"
Run a first test
Run a short inventory test:
Then run a targeted stress test on GPU 0:
Profiling and reports
Use --verify to validate workload output. Use --profile to collect performance counters, traces, and a per-workload HTML summary:
See Test Documentation for workload guidance, Releases and Downloads for other installation methods, and Reports for output details.
Uninstall
Remove a Debian package installation with:
To also remove PantheonGPU runtime-created files and the current user's compiled workload cache, or to remove a portable installation on RHEL-family systems:
This leaves CUDA, ROCm, system compilers, and benchmark reports outside PantheonGPU's installation and cache directories untouched.