Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ DGS
DeepSeek
DriveNets
minimap
FFI
Slurm's
WireGuard
2 changes: 2 additions & 0 deletions docs/sphinx/_toc.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
13 changes: 13 additions & 0 deletions docs/system-admin/co-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,17 @@
<p class="paragraph">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.</p>
:::

:::{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
+++
<a href="https://instinct.docs.amd.com/projects/spur/en/latest/" class="card-header-link">
<h2 class="card-header">Spur</h2>
</a>
<p class="paragraph">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.</p>
:::

::::
Loading