Ubuntu To Ship Newer AMD ROCm Updates Via SRUs
Ubuntu To Ship Newer AMD ROCm Updates Via SRUs
https://www.phoronix.com/news/Ubuntu-Newer-ROCm-SRUs
Publish Date: 2026-06-03 07:44:00
Source Domain: www.phoronix.com
As noted back in April, with Ubuntu 26.04 LTS it’s now possible to simply “apt install rocm” on Ubuntu Linux for installing AMD’s open-source GPU compute stack. But as prominently noted there, what’s shipped right now in Ubuntu 26.04 LTS is already months out of date compared to upstream ROCm. Fortunately, Canonical shared today that moving forward they plan to ship newer ROCm versions as stable release updates (SRUs).
There is an Ubuntu blog post today about running AI with AMD ROCm on Ubuntu 26.04+. Frustratingly, in Ubuntu 26.04 so far is ROCm 7.1 that is already months behind the current ROCm 7.2 stable series or the higher versions that are tech previews where it’s currently at ROCm 7.13.
The blog post states they will end up shipping newer ROCm versions as Ubuntu SRUs:
“With ROCm 7.1 now released in Ubuntu 26.04 LTS, we are focusing on delivering newer ROCm versions through Stable Release Updates (SRU). This process allows us to provide support for the latest AMD hardware and new ROCm features without requiring users to wait for a completely new Ubuntu release.
We are currently working on packaging ROCm 7.2, as well as expanding the range of hardware support we build and test for. The main reason for starting here and not jumping directly to the 7.13+ branches is to work out the in-place upgrade complexities for ROCm and ensure that we have everything ready to issue updates cleanly and smoothly. Because these updates are automatically rolled out when users update their system with apt upgrade (or with Landscape), this merits caution.
One of the big challenges we face any time we try to update versions of a package in-place is if there are changes to the ABI (“Application Binary Interface”, or essentially the interfaces that programs use to access and use the functionality of the library.) These changes risk breaking applications built for older versions of ROCm.
By convention, minor and patch version changes (the x and y in v.x.y version…