Software 44779 Published by

AMD shipped ROCm 10.0, marking the tenth anniversary of its open-source GPU compute stack and introducing a release branded "Built for the Age of Agentic AI." The update centers on ROCm.AI, which bundles a unified CLI, AMD Skills for AI coding assistants, and Hyperloom, an agentic system that automates end-to-end inference optimization. AMD has consolidated its backend with the production-ready TheRock build pipeline and unified Windows and Linux SDKs under the new ROCm Core SDK to address historical fragmentation. The release also delivers vLLM v0.2x support, advances RCCL to NCCL 2.30.4 with GPU-initiated networking, and expands Roofline analysis to RDNA 3 hardware.





AMD Ships ROCm 10.0, Marking a Decade with Agentic AI Push

AMD shipped ROCm 10.0 today. That's exactly ten years to the month since the company shipped ROCm 1.0 in April 2016. The new release is branded "Built for the Age of Agentic AI" and introduces ROCm.AI, a bundled developer experience that automates installation, validation, serving, and optimization workflows.

If you've been using AMD GPUs for training or inference, you'll know the past decade has been a mix of rapid iteration and fragmentation. ROCm 10 is AMD's attempt to patch those gaps. The release consolidates build infrastructure, unifies Windows and Linux SDKs, and pushes hard into agent-augmented development.

Rocm

ROCm.AI: The Agentic Developer Experience

The headline is ROCm.AI. AMD shipped three components together for the first time: a unified CLI, AI coding assistant skills, and an agentic optimization system called Hyperloom.

The ROCm CLI replaces the historical collection of scattered installation and validation scripts. You can now rocm serve <model> to spin up inference servers on top of PyTorch, or run rocm examine to diagnose driver and environment problems. It also supports air-gapped environments via self-contained bundles.

AMD Skills inject ROCm knowledge directly into coding assistants. The federated catalog lives at github.com/amd/skills. Skills install into standard directories like ~/.claude/skills/ or ~/.cursor/skills/. Notable examples include serving-llms-on-instinct, which walks agents through standing up vLLM endpoints on MI300X, MI325X, MI350X, or MI355X hardware. There are also CPU-side skills for EPYC processors via ZenDNN.

Hyperloom is the most ambitious piece. It's an open-source agentic system that automates end-to-end inference workload optimization. AMD claims it reduces weeks of manual tuning to hours while exploring more of the solution space than a human engineer could under pressure.

Hyperloom orchestrates five components: TraceLens-Agent for bottleneck identification, Magpie for kernel evaluation, IntelliKit for conversational profiling, GEAK for autonomous kernel optimization, and Arbor for self-evolving search. It runs on MI300X, MI325X, and MI355X, and a separate tool called AgentKernelArena lets you A/B test different optimization agents.

The long wait for agent-driven optimization is over. Or at least, AMD is betting it is.

TheRock, Distribution, and Windows Unification

The build infrastructure has gone through a major overhaul. TheRock, AMD's automated open-source build system, is now in full production. One pipeline produces primitives, libraries, and framework wheels for the entire stack across Instinct accelerators, Radeon graphics, and Ryzen integrated GPUs on both Windows and Linux.

Releases ship approximately every six weeks through this pipeline. AMD says this addresses the fragmentation that has historically hindered enterprise adoption.

Distribution is also consolidating. AMD is moving GPU software onto a redesigned repo.amd.com. ROCm packages, the amdgpu driver, and public GPU tools now live under one repository. You can run multiple ROCm versions and architectures side by side on a single machine, and the repo provides nightly, RC, and stable GA artifacts in a standard format.

On the Windows front, the HIP SDK is retiring. Its role passes to the ROCm Core SDK, so Windows and Linux now share one SDK definition and release cadence. Windows ships as a tarball today, with native installers expected later in 2026. One version number, one set of release notes, regardless of OS.

That's a significant simplification for teams juggling both platforms.

Frameworks, Communication, and Libraries

The release ships with updated framework support. vLLM v0.2x containers are production-ready for Instinct, Radeon, and Ryzen, validated through TheRock CI. Unsloth enables local LLM fine-tuning via LoRA/QLoRA on Ryzen AI MAX with large unified memory. ComfyUI gets performance-tuned models including Wan2.2 and FLUX.2 KLEIN for Radeon and Ryzen platforms.

AMD's largest single investment in this release is the communication libraries.

RCCL advances from NCCL 2.28.3 to 2.30.4, with upstream merges adding symmetric memory support, GPU-initiated networking (GIN) device API, one-sided host APIs, and Pythonic APIs. Large-scale bootstrap improvements target hundreds-of-GPU clusters.

rocSHMEM closes the gap toward NVSHMEM 3.6.5 parity, adding host AMO and context APIs, reduce_on_stream, native reduce_scatter, and team_split_2d team management.

Key libraries include hipBLASLt, which now features a GEMM kernel optimizer that lets you tune locally without exposing model weights to third parties. rocSPARSE adds a smart SPMM selector, CSC triangular solves, and Blocked-ELL DenseToSparse conversion.

Developer Tools

Roofline analysis now extends to GFX11xx (RDNA 3) for the first time. You can run compute-bound vs. memory-bandwidth-bound kernel analysis on Radeon hardware.

ROCm Optiq 1.0 GA ships as a unified visualization environment combining system-level traces with kernel-level roofline analysis. It's cross-platform, supporting Windows, Linux, and macOS.

ASAN instrumented packages now ship alongside standard ones for easier memory-safety debugging, with ASAN support also arriving in ROCgdb and the ROCm Compute Profiler.

Assessment

It's a fairly meaty release. The unification of the build pipeline is the kind of backend work that doesn't excite marketers, but it's exactly what you need to fix the fragmentation that's plagued ROCm since day one. The agentic AI angle is timely, and Hyperloom's claims around optimization speed are worth testing if you're running large inference workloads.

However, at the same time, adoption in the broader developer community will depend on how well these tools integrate with existing workflows. The retirement of the HIP SDK and the unification of Windows and Linux are positive steps, though some teams may need time to adjust to the new SDK definitions.

For what it's worth, AMD is clearly betting that the next decade of ROCm will be defined by automation and ease of use.

Head here for the full release notes. You can find ROCm.AI here, AMD Skills here, and Hyperloom here.