Show HN: PantheonGPU – GPU health testing and AI workload benchmarking

Aug 19, 2026 01:47 AM - 1 hour ago 3

Pantheon tests GPU compute, memory, cache, interconnect, and powerfulness behavior. Run focused workloads, seizure telemetry, and support the results for comparison.

45 workloadsfocused accent tests

CUDA + ROCmNVIDIA and AMD support

Local reportsexportable telemetry

Quick Start

The Debian package is the simplest installation way for Ubuntu and Debian systems.

1. Install prerequisites

Install the basal build tools:

sudo apt-get update sudo apt-get install -y make g++

Then instal the compiler for your GPU platform. You only request one:

NVIDIA CUDAAMD ROCm/HIP

sudo apt-get install -y nvidia-cuda-toolkit
sudo apt-get install -y hipcc

2. Install Pantheon

Download and instal the latest Debian package:

VERSION=1.0.14 wget "https://github.com/saqibkh/pantheongpu_website/releases/download/v${VERSION}/pantheongpu_${VERSION}_amd64.deb" sudo apt install "./pantheongpu_${VERSION}_amd64.deb"

To uninstall the Debian package later:

sudo apt-get remove pantheongpu

3. Verify the installation

Run a short hardware inventory test:

pantheon --test baseline_metrics --duration 10

Then tally a targeted accent trial connected GPU 0:

pantheon --test fp64_virus --duration 30 --gpu 0

Note

Pantheon automatically detects CUDA, ROCm/HIP, aliases mock mode. Run the pantheon command directly; you do not request to walk --platform cuda.

Completely region Pantheon

The autochthonal package bid supra removes Pantheon's package-managed files. To besides region runtime-created files and the existent user's compiled workload cache, aliases to region a portable installation connected RHEL, Fedora, Rocky Linux, AlmaLinux, aliases different Linux distribution, run:

curl -fsSL https://pantheongpu.com/uninstall.sh | sudo sh

This leaves CUDA, ROCm, strategy compilers, and benchmark reports stored outside Pantheon's installation and cache directories untouched.

Alternative: instal from the merchandise bundle

The merchandise bundle contains the Debian package and an install.sh helper for RHEL-family and different Linux distributions.

VERSION=1.0.14 wget "https://github.com/saqibkh/pantheongpu_website/releases/download/v${VERSION}/pantheongpu_${VERSION}_amd64.tar.gz" tar -xzf "pantheongpu_${VERSION}_amd64.tar.gz" cd "pantheongpu_${VERSION}_amd64" sudo apt install "./packages/pantheongpu_${VERSION}_amd64.deb"

Uninstall a Debian package installation with:

sudo apt-get remove pantheongpu

On RHEL-family and different Linux systems, instal the portable bundle with sudo ./install.sh. Remove that installation with:

sudo rm -f /usr/local/bin/pantheon && sudo rm -rf /opt/pantheongpu

Use the complete-removal bid supra if you besides want to clear the current user's compiled workload cache.

Build cache

First-run workload builds are cached under ${XDG_CACHE_HOME:-$HOME/.cache}/pantheongpu/builds/. Set PANTHEON_BUILD_CACHE_DIR to take different writable cache directory.

More