ROCm 10.0: A Decade of Open Compute, Built for the Age of Agentic AI AMD released ROCm 10.0, the first major version bump since the 7.x series, built entirely on TheRock automated build system and introducing ROCm.AI, a native agentic AI developer experience. The release consolidates GPU software distribution onto a redesigned repo.amd.com, with updates shipping approximately every six weeks across AMD Instinct, Radeon, and Ryzen GPUs on Windows and Linux. ROCm 10.0: A Decade of Open Compute, Built for the Age of Agentic AI rocm-10-0-a-decade-of-open-compute-built-for-the-age-of-agentic-ai AMD shipped ROCm 1.0 in April 2016: an open-source GPU compute stack built around a C++ compiler and a GPU programming language called HIP, aimed at high-performance computing. A decade later, the same platform trains and serves frontier AI models across industries and enables nearly every compute application benefiting from GPUs. ROCm 10.0 marks that decade with a major version bump, and the jump is deliberate. TheRock, the automated open-source build and release system that reached production in ROCm 7.14, is now the foundation the entire release ships on. And for the first time, ROCm ships with a native agentic AI developer experience: ROCm.AI http://rocm.ai , built from the new ROCm CLI, AMD Skills, and Hyperloom, reshaping how the platform itself is packaged and supported. This post walks through the highlights: what changed, what it enables, and why it matters — starting with the foundations, moving through ROCm.AI http://rocm.ai and the release’s other focal points, and closing with what’s still ahead. A New Major Version, Built on TheRock a-new-major-version-built-on-therock ROCm Core SDK 10.0 is the first major version bump since the 7.x series, and it is built end to end on TheRock https://github.com/ROCm/TheRock — the automated, open-source build and release system that reached production in ROCm 7.14. Primitives, libraries, and framework wheels all come out of one pipeline, staged and validated across the whole stack before they ship. ROCm 10 and its minor releases will continue to be released approximately every six weeks. That single pipeline is what puts ROCm on AMD GPUs across the entire portfolio — Instinct accelerators, Radeon graphics cards, and Ryzen integrated graphics — on Windows and Linux alike. One stack, one source tree, one release. A capability that lands for one family or one operating system is built and validated for the others in the same pass, not queued up as a separate porting project. The platform you prototype on a laptop is the same platform that serves frontier models in a datacenter rack, and the work you do on one carries straight over to the other. One Place to Get AMD GPU Software one-place-to-get-amd-gpu-software Alongside the release itself, AMD is consolidating GPU software distribution onto a redesigned repo.amd.com https://repo.amd.com with future releases. Historically, getting a full GPU stack running meant collecting pieces from different places: the ROCm packages from one host, the graphics and compute driver from another, and the datacenter tools from somewhere else again. Each had its own layout, its own naming, and its own instructions to follow. The redesign brings AMD GPU software under one roof. ROCm packages, the amdgpu driver, and AMD’s public GPU tools publish to a single repository with a consistent structure — one host to trust, one repository to configure, one set of instructions that stays the same regardless of which part of the stack you need. The new layout also carries multiple ROCm versions and multiple architectures side by side, so a machine can hold more than one ROCm version at once and teams can pin, stage, and roll forward on their own schedule rather than the release train’s. Nightly, release candidate, and stable GA releases all publish artifacts in one standard format. For anyone automating installs, this is the part that compounds. A container build, a provisioning script, or an air-gapped mirror now points at one place and stays pointed there. Adding the driver to an existing ROCm deployment stops being a second repository and a second set of keys and becomes another package from a repository already configured. ROCm.AI: An AI-Native Developer Experience rocm-ai-an-ai-native-developer-experience The headline of ROCm 10.0 is ROCm.AI , AMD’s new AI-native developer experience, publicly introduced at Advancing AI 2026 https://www.amd.com/en/corporate/events/advancing-ai.html and rolling out starting this release. Where past ROCm releases mainly gave you better primitives and libraries to build with, ROCm.AI http://rocm.ai focuses on the workflow around those primitives: installing, validating, serving, and optimizing AI workloads on AMD hardware with far less manual toil. It’s built from three pieces that ship together in ROCm 10.0 — the ROCm CLI, AMD Skills https://github.com/amd/skills , and Hyperloom https://github.com/AMD-AGI/Hyperloom . ROCm CLI rocm-cli The ROCm CLI is a single, unified command-line tool for installing, validating, serving, updating, and troubleshooting AI workloads on AMD platforms, replacing what used to be a collection of separate scripts and manual steps. It ships as a tech preview in ROCm 10.0 — treat it as early access and expect the interface to keep evolving. rocm serve