From 523d50006045a546b68ac36517ad0834344c8dca Mon Sep 17 00:00:00 2001 From: Matt Elliott Date: Fri, 14 Aug 2026 15:59:19 -0400 Subject: [PATCH 1/3] Add Spur to Containers and Orchestration Tools Adds a link to the Spur project docs (AI-native Rust job scheduler, Slurm-compatible CLI/REST/C FFI) to the co-tools card grid and the System Administrators TOC. --- docs/sphinx/_toc.yml.in | 2 ++ docs/system-admin/co-tools.md | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index 54af3be5..1e77ac93 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -87,6 +87,8 @@ subtrees: title: Device Metrics Exporter - url: https://instinct.docs.amd.com/projects/container-toolkit/en/latest/ title: AMD Container Toolkit + - url: https://instinct.docs.amd.com/projects/spur/en/latest/ + title: Spur - file: system-admin/cluster.md title: Cluster subtrees: diff --git a/docs/system-admin/co-tools.md b/docs/system-admin/co-tools.md index 035b2b69..914f64ab 100644 --- a/docs/system-admin/co-tools.md +++ b/docs/system-admin/co-tools.md @@ -67,4 +67,15 @@

The AMD Container Toolkit enables seamless integration of AMD Instinct GPUs with Docker, offering streamlined GPU access, enhanced container runtime support, and optimized performance for ML and HPC workloads.

::: +:::{grid-item-card} +:padding: 1 +:class-body: small-sd-card +:class: small-sd-card ++++ + +

Spur

+
+

An AI-native job scheduler written in Rust. Drop-in compatible with Slurm's CLI, REST API, and C FFI — with WireGuard mesh networking, GPU-first scheduling, and Raft-based state that survives restarts.

+::: + :::: From 08f251a1c19f53fcbf07b4f5abfd505709615008 Mon Sep 17 00:00:00 2001 From: Matt Elliott Date: Fri, 14 Aug 2026 16:37:42 -0400 Subject: [PATCH 2/3] Add FFI, Slurm's, WireGuard to spellcheck wordlist Fixes the spellcheck lint failure on docs/system-admin/co-tools.md introduced by the new Spur card. --- .wordlist.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.wordlist.txt b/.wordlist.txt index b558fae2..7d016eec 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -72,3 +72,6 @@ DGS DeepSeek DriveNets minimap +FFI +Slurm's +WireGuard From 2ac2b58e853b0a01b71d629b7357346d51c7a3a9 Mon Sep 17 00:00:00 2001 From: Matt Elliott Date: Fri, 14 Aug 2026 17:41:06 -0400 Subject: [PATCH 3/3] Add placeholder thumbnail to Spur card MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reuses the telemetry.jpg thumbnail (already used on the Cluster page) so the Spur card isn't missing an image compared to its neighbors. Placeholder only — swap for a dedicated Spur image later. --- docs/system-admin/co-tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/system-admin/co-tools.md b/docs/system-admin/co-tools.md index 914f64ab..8337e0f7 100644 --- a/docs/system-admin/co-tools.md +++ b/docs/system-admin/co-tools.md @@ -69,6 +69,8 @@ :::{grid-item-card} :padding: 1 +:img-top: ./images/telemetry.jpg +:class-img-top: small-sd-card-img-top :class-body: small-sd-card :class: small-sd-card +++