Software 44231 Published by

AMD has pushed out ROCm 7.2.1 to add official support for Ubuntu 24.04.4 and mark the end of life for version 24.04.3. Certain large matrix configurations on Instinct MI300X cards could see performance regressions until the next update fixes the hipBLASLt search logic. The discontinued Offline Installer Creator has been replaced by the self-extracting Runfile Installer for all new installations. Legacy profiling tools like ROCTracer are being phased out so teams should migrate their monitoring scripts to the newer ROCprofiler-SDK library now.



ROCm 7.2.1 Update Adds Ubuntu 24.04.4 Support and Flags Performance Quirks

AMD has pushed out ROCm 7.2.1 for Linux users running AI workloads on Instinct or Radeon hardware. This update brings official support for Ubuntu 24.04.4 while quietly dropping the old offline installer tool that confused many admins. We break down what actually changed and where you might see performance drops with specific GPU configurations.

Ubuntu 24.04.4 support lands in ROCm 7.2.1

The operating system landscape shifts slightly with this release as AMD adds official compatibility for Ubuntu 24.04.4 using kernel versions 6.8 GA and 6.17 HWE. Users running the previous 24.04.3 point release will find that support has officially ended, so upgrading the OS is necessary to stay within the supported window. This change matters because driver stability often hinges on matching the correct kernel headers with the ROCm user space components. If you are managing a fleet of workstations or servers, ensuring the base OS matches this requirement prevents subtle compilation errors during build processes.

Watch out for hipBLASLt performance regressions on MI300X

While there are improvements to MXFP8 and MXFP4 GEMM operations in hipBLASLt, specific large matrix configurations might actually run slower than before on high-end Instinct cards. Users deploying AMD Instinct MI300X or MI350 Series GPUs could notice increased inference times if their workload matches certain dimensions like 16384 by 16384 matrices in TN mode. This regression stems from the library failing to find pre-tuned kernels quickly enough, forcing an extensive search that delays execution. The good news is that a fix exists on the develop branch and will land in a future release, but it requires patience for those relying on peak performance benchmarks right now.

Old tools get deprecated so you need to update your scripts

Administrators should prepare for the discontinuation of the ROCm Offline Installer Creator since equivalent capabilities are now handled by the self-extracting Runfile Installer. This shift means legacy automation scripts that relied on the old creator tool will break unless they are updated to use the new runfile format. Additionally, profiling tools like ROCTracer and ROCProfiler face deprecation with a hard end of support date set for 2026 Q2. Teams should migrate their monitoring workflows to the newer ROCprofiler-SDK library immediately to avoid losing access to performance data later. The same applies to system management utilities where ROCm SMI is being phased out in favor of AMD SMI, which receives regular feature updates and bug fixes.

Component versions shift with stability fixes

Several core libraries received version bumps that address specific bugs without changing the overall architecture significantly. The HIP runtime moved to 7.2.1 to correct stream capture validation issues that previously caused thread-local sequence conflicts in global-capture mode. AMD SMI updated to 26.2.2 and now includes GPU board temperature sensors within the monitor command output for better thermal visibility. Documentation also expanded with a new glossary covering device hardware, software abstractions, and performance concepts to help developers understand the terminology faster. These updates ensure that the underlying tools remain reliable even as the ecosystem evolves around them.

Release ROCm 7.2.1 Release · ROCm/ROCm

ROCm 7.2.1 release notes The release notes provide a summary of notable changes since the previous ROCm release. Release highlights Supported hardware, operating system, and virtualization chan...

Release ROCm 7.2.1 Release · ROCm/ROCm