ROCm 7.0.0 release notes
The release notes provide a summary of notable changes since the previous ROCm release.
-
Release highlights
-
Operating system, hardware, and virtualization support changes
-
User space, driver, and firmware dependent changes
-
ROCm components versioning
-
Detailed component changes
-
ROCm known issues
-
ROCm resolved issues
-
ROCm upcoming changes
If you’re using AMD Radeon™ PRO or Radeon GPUs in a workstation setting with a display connected, see the [Use ROCm on Radeon GPUs](https://rocm.docs.amd.com/projects/radeon/en/latest/docs/compatibility/native_linux/native_linux_compatibility.html)
documentation to verify compatibility and system requirements.
Release highlights
The following are notable new features and improvements in ROCm 7.0.0. For changes to individual components, see
Detailed component changes.
Operating system, hardware, and virtualization support changes
ROCm 7.0.0 adds support for AMD Instinct MI355X and MI350X. For details, see the full list of Supported GPUs (Linux).
ROCm 7.0.0 adds support for the following operating systems and kernel versions:
- Ubuntu 24.04.3 (kernel: 6.8 [GA], 6.14 [HWE])
- Rocky Linux 9 (kernel: 5.14.0-570)
ROCm 7.0.0 marks the end of support (EoS) for Ubuntu 24.04.2 (kernel: 6.8 [GA], 6.11 [HWE]) and SLES 15 SP6.
For more information about supported operating systems, see Supported operating systems and install instructions.
See the Compatibility
matrix
for more information about operating system and hardware compatibility.
Virtualization support
ROCm 7.0.0 introduces support for KVM Passthrough for AMD Instinct MI350X and MI355X GPUs.
All KVM-based SR-IOV supported configurations require the GIM SR-IOV driver version 8.4.0.K. Refer to GIM Release note for more details. In addition, support for VMware ESXi 8 has been introduced for AMD Instinct MI300X GPUs. For more information, see Virtualization Support.
Deep learning and AI framework updates
ROCm provides a comprehensive ecosystem for deep learning development. For more information, see Deep learning frameworks for ROCm and the Compatibility
matrix for the complete list of Deep learning and AI framework versions tested for compatibility with ROCm.
Updated framework support
ROCm 7.0.0 introduces several newly supported versions of Deep learning and AI frameworks:
PyTorch
ROCm 7.0.0 enables the following PyTorch features:
- Support for PyTorch 2.7.
- Integrated Fused Rope kernels in APEX.
- Compilation of Python C++ extensions using
amdclang++. - Support for channels-last NHWC format for convolutions via MIOpen.
JAX
ROCm 7.0.0 enables support for JAX 0.6.0.
Megatron-LM
Megatron-LM for ROCm now supports:
-
Fused Gradient Accumulation via APEX.
-
Fused Rope Kernel in APEX.
-
Fused_bias_swiglu kernel.
TensorFlow
ROCm 7.0.0 enables support for TensorFlow 2.19.1.
ONNX Runtime
ROCm 7.0.0 enables support for ONNX Runtime 1.22.0.
vLLM
- Support for Open Compute Project (OCP)
FP8data type. FP4precision for Llama 3.1 405B.
Triton
ROCm 7.0.0 enables support for Triton 3.3.0.
New frameworks
AMD ROCm has officially added support for the following Deep learning and AI frameworks:
-
Ray is a unified framework for scaling AI and Python applications from your laptop to a full cluster, without changing your code. Ray consists of a core distributed runtime and a set of AI libraries for simplifying machine learning computations. It is currently supported on ROCm 6.4.1. For more information, see Ray compatibility.
-
llama.cpp is an open-source framework for Large Language Model (LLM) inference that runs on both central processing units (CPUs) and graphics processing units (GPUs). It is written in plain C/C++, providing a simple, dependency-free setup. It is currently supported on ROCm 6.4.0. For more information, see llama.cpp compatibility.
AMD GPU Driver/ROCm packaging separation
The AMD GPU Driver (amdgpu) is now distributed separately from the ROCm software stack and is stored under in its own location /amdgpu/ in the package repository at repo.radeon.com. The first release is designated as AMD GPU Driver (amdgpu) version 30.10. See the User and kernel-space support matrix for more information.
AMD SMI continues to stay with the ROCm software stack under the ROCm organization repository.
Consolidation of ROCm library repositories
The following ROCm library repositories are migrating from multiple repositories under {fab}github ROCm to a single repository under {fab}github rocm-libraries in the ROCm organization GitHub: hipBLAS, hipBLASLt
, hipCUB, hipFFT, hipRAND, hipSPARSE, hipSPARSELt, MIOpen, rocBLAS, rocFFT, rocPRIM, rocRAND, rocSPARSE, rocThrust, and Tensile.
Use the new ROCm Libraries repository to access source code, clone projects, and contribute to the code base and documentation.The change helps to streamline development, CI, and integration. For more information about working with the ROCm Libraries repository, see Contributing to the ROCm Libraries in GitHub.
Other ROCm libraries are also in the process of migration along with ROCm tools to {fab}github rocm-systems. For latest status information, see the README file. The official completion of migration will be communicated in a future ROCm release.
HIP API compatibility improvements
To improve code portability between AMD ROCm and other programming models, HIP API has been updated in ROCm 7.0.0 to simplify cross-platform programming. These changes are incompatible with prior ROCm releases and might require recompiling existing HIP applications for use with ROCm 7.0.0. For more information, see the HIP API 7.0.0 changes and the HIP changelog below.
HIP runtime updates
The HIP runtime now includes support for:
- Open Compute Project (OCP) MX floating-point
FP4,FP6, andFP8data types and APIs. - Improved logging by adding more precise pointer information and launch arguments for better tracking and debugging in dispatch methods.
constexproperators forFP16andBF16.__syncwarpoperation.- The
_sync()version of crosslane builtins such asshfl_sync()are enabled by default. These can be disabled by setting the preprocessor macroHIP_DISABLE_WARP_SYNC_BUILTINS. - Added warp level primitives:
__syncwarpand reduce intrinsics (for example,__reduce_add_sync()). - Support for the flags in APIs as following, now allows uncached memory allocation.
hipExtHostRegisterUncached, used inhipHostRegister.hipHostMallocUncachedandhipHostAllocUncached, used inhipHostMallocandhipHostAlloc.
- A new attribute in HIP runtime was implemented which exposes a new device capability of how many compute dies (chiplets, xcc) are available on a given GPU. Developers can get this attribute via the API
hipDeviceGetAttribute, to make use of the best cache locality in a kernel, and optimize the Kernel launch grid layout, for performance improvement.
Additionally, the HIP runtime includes functional improvements, which improve functionality, runtime performance, and the user experience. For more information, see HIP changelog below.
Compiler changes and improvements
ROCm 7.0.0 introduces the AMD Next-Gen Fortran compiler. llvm-flang (sometimes called new-flang or flang-18) is a re-implementation of the Fortran frontend. It is a strategic replacement for classic-flang and is developed in LLVM’s upstream repo at llvm/llvm-project.
Key compiler enhancements include:
-
Compiler:
- Improved memory load and store instructions.
- Updated clang/llvm to AMD clang version 20.0.0git (equivalent to LLVM 20.0.0 with additional out-of-tree patches).
- Support added for separate debug file generation for device code.
llvm-stripnow supports AMD GPU device code objects (EM_AMDGPU).
-
Comgr:
- Added support for an in-memory virtual file system (VFS) for storing temporary files generated during intermediate compilation steps. This is designed to improve performance by reducing on-disk file I/O. Currently, VFS is supported only for the device library link step, with plans for expanded support in future releases.
-
SPIR-V:
- Improved target-specific extensions:
- Added a new target-specific builtin
__builtin_amdgcn_processor_isfor late or deferred queries of the current target processor. - Added a new target-specific builtin
__builtin_amdgcn_is_invocable, enabling fine-grained, per-builtin feature availability.
- Added a new target-specific builtin
- Improved target-specific extensions:
-
The compiler driver now uses parallel code generation by default when compiling using full LTO (including when using the
-fgpu-rdcoption) for HIP. This divides the optimized LLVM IR module into roughly equal partitions before instruction selection and lowering, which can help improve build times.Each kernel in the linked LTO module can be put in a separate partition, and any non-inlined function it depends on can be copied alongside it. Thus, while parallel code generation can improve build time, it can duplicate non-inlined, non-kernel functions across multiple partitions, potentially increasing the binary size of the final object file.
- Compiler option
-flto-partitions=<num>is equivalent to the--lto-partitions=<num>LLD option. Controls the number of partitions used for parallel code generation when using full LTO (including when using-fgpu-rdc). The number of partitions must be greater than 0, and a value of 1 turns off the feature. The default value is 8.
Developers are encouraged to experiment with different numbers of partitions using the
-flto-partitionsClang command line option. For experimentation, recommended values are 1 to 16 partitions, with especially large projects containing many kernels potentially benefiting from up to 64 partitions. It is not recommended to use a value greater than the number of threads on the machine. Smaller projects, or those containing only a few kernels, might not benefit at all from partitioning and might even experience a slight increase in build time due to the small overhead of analyzing and partitioning the modules. - Compiler option
-
HIPIFY now supports CUDA 12.9.1 APIs:
- Added support for all new device and host APIs, including
FP4,FP6, andFP128– including support for the corresponding ROCm HIP equivalents.
- Added support for all new device and host APIs, including
-
The HIPCC Perl scripts (
hipcc.plandhipconfig.pl) have been removed in this release.
Library changes and improvements
New data type support
MX-compliant data types bring microscaling support to ROCm. For more information, see the OCP Microscaling (MX) Formats Specification. ROCm 7.0.0 enables functional support for MX data types FP4, FP6, and FP8 on AMD Instinct MI350 Series GPUs in these ROCm libraries:
- Composable Kernel (
FP4,FP6, andFP8only) - hipBLASLt
The following libraries are updated to support the Open Compute Project (OCP) floating-point FP8 format on MI350 Series GPUs instead of the NANOO FP8 format:
- Composable Kernel
- hipBLASLt
- hipSPARSELt
- MIGraphX
- rocWMMA
For more information about data types, see Data types and precision support.
hipBLASLt improvement
GEMM performance has been improved for FP8, FP16, BF16, and FP32 data types.
For more information about hipBLASLt changes, see the hipBLASLt changelog below.
MIGraphX improvements
- Support for OCP
FP8on AMD Instinct MI350X and MI355X GPUs. - Support for PyTorch 2.7 via Torch-MIGraphX.
- Improved performance of Generative AI models.
- Added additional MSFT Contrib Operators for improved ONNX Runtime Experience.
For more information about MIGraphX changes, see the MIGraphX changelog below.
rocSHMEM Reverse Offload conduit inter-node support
The rocSHMEM communications library has added the RO (Reverse Offload) inter-node communication backend which enables communication between GPUs on different nodes through a NIC, using a host-based CPU proxy to forward communication orders to and from the GPU. Inter-node communication requires MPI, and is tested with Open MPI and CX7 IB NICs. For more information, see available network backends for installting rocSHMEM.
See the rocSHMEM changelog for more details.
Tool changes and improvements
AMD SMI
Key enhancements to AMD SMI include the ability to reload the AMD GPU driver from the
CLI or API. The amd-smi command-line interface gains a new default view, amd-smi topology support
in guest environments, and performance optimizations. Additionally, AMD SMI library APIs
have been refined for improved usability. See the AMD SMI changelog for more details.
ROCgdb
ROCgdb now supports FP4, FP6, and FP8 micro-scaling (MX) data types with AMD Instinct MI350 Series GPUs.
See the ROCgdb changelog for more details.
ROCm Compute Profiler
ROCm Compute Profiler includes the following key changes:
- Interactive command line with a Textual User Interface (TUI) has been added to analyze mode. For more details, see TUI analysis.
- Support added for advanced data types:
FP4andFP6 - Support for AMD Instinct MI355X and MI350X with addition of performance counters: CPC, SPI, SQ, TA/TD/TCP, and TCC.
- Roofline enhancement added for AMD Instinct MI350 Series.
- Improved support for Selective Kernel profiling.
- Program Counter (PC) sampling (Software-based) feature has been enabled for AMD Instinct MI200, MI300X, MI350X, and MI355X GPUs. This feature helps in GPU profiling to understand code execution patterns and hotspots during GPU kernel execution. For more details, see Using PC sampling in ROCm Compute Profiler.
- Program Counter (PC) sampling (Hardware-based, Stochastic) feature has been enabled for AMD Instinct MI300X, MI350, and MI355X GPUs.
- Docker files has been added to package the application and dependencies into a single portable and executable standalone binary file.
See the ROCm Compute Profiler changelog for more details.
ROCm Data Center (RDC) improvements
The ROCm Data Center tool (RDC) streamlines the administration of AMD GPUs in cluster data center environments. ROCm 7.0.0 introduces new data center management and monitoring tools for system administrators. For more information, see ROCm Data Center (RDC) tool documentation.
ROCm Systems Profiler
ROCm Systems Profiler includes the following key changes:
- Improved profiling support for Computer Vision workloads through rocDecode and rocJPEG API tracing and engine activity sampling.
- Network profiling support has been added to AMD Instinct MI300X, MI350X, and MI355X.
- Improved profiling of the communication layer with RCCL and MPI API tracing.
See the ROCm Systems Profiler changelog for more details.
ROCm Validation Suite
In ROCm 7.0.0, ROCm Validation Suite includes support for the AMD Instinct MI355X and MI350X GPUs in the IET (Integrated Execution Test), GST (GPU Stress Test), and Babel (memory bandwidth test) modules.
See the ROCm Validation Suite changelog for more details.
ROCprofiler-SDK
Core SDK enhancements
- ROCprofiler-SDK is now compatible with the HIP 7.0.0 API.
- ROCprofiler-SDK adds support for AMD Instinct MI350X and MI355X GPUs.
- The stochastic and host-trap PC sampling support has been added for all AMD Instinct MI300 and MI350 Series GPUs, which
provides information particularly useful for understanding stalls during kernel execution. - The added support for tracing events surfaced by AMD's Kernel Fusion Driver (KFD) captures low-level driver routines involved in mapping, invalidation, and migration of data between CPU and GPU memories. Such events are central to the support for Unified Memory on AMD systems. Tracing of KFD events helps to detect performance problems arising from excessive data migration.
- New APIs are added for profiling applications using thread traces (beta)
which facilitates profiling wavefronts at the instruction timing level.
rocpd
The ROCm Profiling Data (rocpd) is now the default output format for rocprofv3.
A subproject of the ROCprofiler-SDK, rocpd enables saving profiling results to a SQLite3 database, providing a structured and
efficient foundation for analysis and post-processing.
rocprofv3 CLI tool enhancements
- Added stochastic and host-trap PC sampling support for all AMD Instinct MI300 and MI350 Series GPUs.
- HIP streams translate to Queues in Time Traces in Perfetto output.
- Support for thread trace service.
See the ROCprofiler-SDK changelog for more details.
ROCm Offline Installer Creator updates
The ROCm Offline Installer Creator 7.0.0 includes the following features and improvements:
- Added support for Rocky Linux 9.6.
- Added support for the new graphics repo structure for graphics/Mesa related packages.
- Improvements to kernel header version matching for AMDGPU driver installation.
- Added support for creating an offline installer when the kernel version of the target operating system differs from the operating system of the host creating the installer (for Ubuntu 22.04 and 24.04 only).
See ROCm Offline Installer Creator for more information.
ROCm Runfile Installer updates
The ROCm Runfile Installer 7.0.0 adds the following features and improvements:
- Added support for Rocky Linux 9.6.
- Added
untarmode for the.runfile to allow extraction of ROCm to a given directory, similar to a normal tarball. - Added an RVS test script.
- Fixes to the rocm-examples test script.
- Fixes for
clinfoand OpenCL use after installation.
For more information, see ROCm Runfile Installer.
ROCm documentation updates
ROCm documentation continues to be updated to provide clearer and more comprehensive guidance for a wider variety of user needs and use cases.
-
The ROCm AI training and
inference
benchmarking guides have been updated with expanded model coverage and
optimized Docker environments. Highlights include:-
The Training a model with Primus and Megatron benchmarking guide
now leverages the unified AMD Primus framework with the Megatron backend. See Primus: A Lightweight, Unified Training Framework for Large Models on AMD
GPUs for an introduction to Primus. -
The Training a model with PyTorch benchmarking guide
now includes fine-tuning for OpenAI GPT OSS and Qwen models. It also includes a multi-node training example. -
The Training a model with JAX MaxText benchmarking guide
now supports MAD-integrated benchmarking. The MaxText training environment now uses JAX 0.6.0 or 0.5.0. FP8 quantized training is supported with JAX 0.5.0. -
The vLLM inference performance testing documentation
now features clearer serving and throughput benchmarking commands -- for improved transparency of model benchmarking configurations. The vLLM inference
environment now uses vLLM 0.10.1 and includes improved default configurations.
These training and inference resources will continue to grow with ongoing improvements and expanded model coverage.
For a searchable view of supported frameworks and models, see AMD Infinity Hub. -
-
Tutorials for AI developers have been expanded with the following new inference tutorial: PD disaggregation with SGLang
In addition, the AI agent with MCPs using vLLM and PydanticAI tutorial has been updated. For more information about the changes, see Changelog for the AI Developer Hub.
-
Documentation for rocCV, an efficient GPU-accelerated library for image pre- and post-processing, has been added. rocCV is in an early access state, and using it on production workloads is not recommended.
-
ROCm Math libraries support a wide range of data types, enabling optimized performance across various precision requirements. The following Math libraries are now updated with new precision content. For more information, click the Math library’s link:
::::{grid} 2
:margin: auto 0 auto auto
:::{grid}
:margin: auto 0 auto auto -
ROCm offers a comprehensive ecosystem for deep learning development, featuring libraries optimized for deep learning operations and ROCm-aware versions of popular deep learning frameworks and libraries. The following deep learning frameworks' content now includes release notes and known issues:
::::{grid} 1
:margin: auto 0 auto auto
:::{grid-item}
:margin: auto 0 auto auto -
ROCm components support a wide range of environment variables that can be used for testing, logging, debugging, experimental features, and more. The following components have been updated with new environment variable content. For more information, click the component’s link:
::::{grid} 2
:margin: auto 0 auto auto
:::{grid-item}
:margin: auto 0 auto auto- hipBLASLt
- hipSPARSELt
- ROCm Performance Primitives (RPP)
:::
:::{grid-item}
:margin: auto 0 auto auto - rocSOLVER
- rocSPARSE
- Tensile
:::
::::
-
Modern computing tasks often require balancing numerical precision against hardware resources and processing speed. Low precision floating point number formats in HIP include
FP4(4-bit) andFP6(6-bit), which reduce memory and bandwidth requirements. For more information, see the updated Low precision floating point types topic.
User space, driver, and firmware dependent changes
GPU Software for AMD datacenter GPU products requires you to maintain a hardware and software stack with interdependencies between the GPU and baseboard firmware, AMD GPU drivers, and the ROCm user space software. Starting ROCm 7.0.0 release, we are publicly documenting these interdependencies. Note that while AMD publishes drivers and ROCm user space, your server or infrastructure provider publishes the GPU and baseboard firmware by bundling AMD’s firmware releases via AMD's Platform Level Data Model (PLDM) bundle (Firmware), which includes Integrated Firmware Image (IFWI).
The GPU and baseboard firmware releases numbering may vary by GPU family. Note that, ROCm 7.0.0 release is the first release where the AMD GPU Driver (amdgpu) is versioned independently of ROCm.
|
ROCm Version |
GPU |
PLDM Bundle (Firmware) |
AMD GPU Driver (amdgpu) |
AMD GPU |
|---|---|---|---|---|
| ROCm 7.0.0 | MI355X |
01.25.13.04 (or later) 01.25.11.02 | 30.10 | 8.4.0.K |
| MI350X |
01.25.13.04 (or later) 01.25.11.02 | 30.10 | ||
| MI325X |
01.25.04.00 (or later) 01.25.03.03 |
30.10 6.4.z where z (0-3) 6.3.y where y (1-3) | ||
| MI300X | 01.25.03.12 (or later) 01.25.02.04 |
30.10 6.4.z where z (0–3) 6.3.y where y (0–3) 6.2.x where x (1–4) | 8.4.0.K | |
| MI300A | 26 (or later) | Not Applicable | ||
| MI250X | IFWI 47 (or later) | |||
| MI250 | MU5 w/ IFWI 75 (or later) | |||
| MI210 | MU5 w/ IFWI 75 | 8.4.0.K | ||
| MI100 | VBIOS D3430401-037 | Not Applicable |
New feature details
AMD SMI changes dependent on PLDM bundles (firmware)
New APIs introduced in AMD SMI for ROCm 7.0.0 provide additional data for the AMD Instinct products. To support these features, the following firmware for each GPUs are required:
-
AMD Instinct MI355X - PLDM bundle 01.25.13.04
-
AMD Instinct MI350X - PLDM bundle 01.25.13.04
-
AMD Instinct MI325X - PLDM bundle 01.25.04.00
-
AMD Instinct MI300X - PLDM bundle 01.25.03.12
If ROCm 7.0.0 is applied on system with prior version of PLDM bundles (firmware), the new APIs will return N/A to indicate lack of support for these items.
Enhanced temperature telemetry introduced in AMD SMI for MI355X and MI350X GPUs
AMD SMI in ROCm 7.0.0 provides support for enhanced temperature metrics and temperature anomaly detection for AMD Instinct MI350X and MI355X GPUs when paired with: PLDM bundle 01.25.13.04.
For more information on these features, see AMD SMI changelog.
KVM SR-IOV virtualization changes dependent on open source AMD GPU Virtualization Driver (GIM)
KVM SR-IOV support for all Instinct GPUs require the open source AMD GPU Virtualization Driver (GIM) 8.4.0.K. For detailed support information, see virtualization support and GIM Release Note.
GPU partitioning support for AMD Instinct MI355X and MI350X GPUs
NPS2 and DPX partitioning on bare metal is enabled on AMD Instinct MI355X and MI350X GPUs on ROCm 7.0.0 when paired with: PLDM bundle 01.25.13.04.
ROCm components
The following table lists the versions of ROCm components for ROCm 7.0.0, including any version
changes from 6.4.3 to 7.0.0. Click the component's updated version to go to a list of its changes.
Click {fab}github to go to the component's source code on GitHub.
| Category | Group | Name | Version | |
|---|---|---|---|---|
| Libraries | Machine learning and computer vision | Composable Kernel | 1.1.0 ⇒ 1.1.0 | |
| MIGraphX | 2.12.0 ⇒ 2.13.0 | |||
| MIOpen | 3.4.0 ⇒ 3.5.0 | |||
| MIVisionX | 3.2.0 ⇒ 3.3.0 | |||
| rocAL | 2.2.0 ⇒ 2.3.0 | |||
| rocDecode | 0.10.0 ⇒ 1.0.0 | |||
| rocJPEG | 0.8.0 ⇒ 1.1.0 | |||
| rocPyDecode | 0.3.1 ⇒ 0.6.0 | |||
| RPP | 1.9.10 ⇒ 2.0.0 | |||
| Communication | RCCL | 2.22.3 ⇒ 2.26.6 | ||
| rocSHMEM | 2.0.1 ⇒ 3.0.0 | |||
| Math | hipBLAS | 2.4.0 ⇒ 3.0.0 | ||
| hipBLASLt | 0.12.1 ⇒ 1.0.0 | |||
| hipFFT | 1.0.18 ⇒ 1.0.20 | |||
| hipfort | 0.6.0 ⇒ 0.7.0 | |||
| hipRAND | 2.12.0 ⇒ 3.0.0 | |||
| hipSOLVER | 2.4.0 ⇒ 3.0.0 | |||
| hipSPARSE | 3.2.0 ⇒ 4.0.1 | |||
| hipSPARSELt | 0.2.3 ⇒ 0.2.4 | |||
| rocALUTION | 3.2.3 ⇒ 4.0.0 | |||
| rocBLAS | 4.4.1 ⇒ 5.0.0 | |||
| rocFFT | 1.0.32 ⇒ 1.0.34 | |||
| rocRAND | 3.3.0 ⇒ 4.0.0 | |||
| rocSOLVER | 3.28.2 ⇒ 3.30.0 | |||
| rocSPARSE | 3.4.0 ⇒ 4.0.2 | |||
| rocWMMA | 1.7.0 ⇒ 2.0.0 | |||
| Tensile | 4.43.0 ⇒ 4.44.0 | |||
| Primitives | hipCUB | 3.4.0 ⇒ 4.0.0 | ||
| hipTensor | 1.5.0 ⇒ 2.0.0 | |||
| rocPRIM | 3.4.1 ⇒ 4.0.0 | |||
| rocThrust | 3.3.0 ⇒ 4.0.0 | |||
| Tools | System management | AMD SMI | 25.5.1 ⇒ 26.0.0 | |
| ROCm Data Center Tool | 0.3.0 ⇒ 1.1.0 | |||
| rocminfo | 1.0.0 | |||
| ROCm SMI | 7.7.0 ⇒ 7.8.0 | |||
| ROCm Validation Suite | 1.1.0 ⇒ 1.2.0 | |||
| Performance | ROCm Bandwidth Test | 1.4.0 ⇒ 2.6.0 | ||
| ROCm Compute Profiler | 3.1.1 ⇒ 3.2.3 | |||
| ROCm Systems Profiler | 1.0.2 ⇒ 1.1.0 | |||
| ROCProfiler | 2.0.0 | |||
| ROCprofiler-SDK | 0.6.0 ⇒ 1.0.0 | |||
| ROCTracer | 4.1.0 | |||
| Development | HIPIFY | 19.0.0 ⇒ 20.0.0 | ||
| ROCdbgapi | 0.77.2 ⇒ 0.77.3 | |||
| ROCm CMake | 0.14.0 | |||
| ROCm Debugger (ROCgdb) | 15.2 ⇒ 16.3 | |||
| ROCr Debug Agent | 2.0.4 ⇒ 2.1.0 | |||
| Compilers | HIPCC | 1.1.1 | ||
| llvm-project | 19.0.0 ⇒ 20.0.0 | |||
| Runtimes | HIP | 6.4.3 ⇒ 7.0.0 | ||
| ROCr Runtime | 1.15.0 ⇒ 1.18.0 | |||
Detailed component changes
The following sections describe key changes to ROCm components.
For a historical overview of ROCm component updates, see the {doc}`ROCm consolidated changelog </release/changelog>`.
AMD SMI (26.0.0)
Added
-
Ability to restart the AMD GPU driver from the CLI and API.
amdsmi_gpu_driver_reload()API andamd-smi reset --reload-driveroramd-smi reset -rCLI options.- Driver reload functionality is now separated from memory partition
functions; memory partition change requests should now be followed by a driver reload. - Driver reload requires all GPU activity on all devices to be stopped.
-
Default command:
A default view has been added. The default view provides a snapshot of commonly requested information such as bdf, current partition mode, version information, and more. Users can access that information by simply typing
amd-smiwith no additional commands or arguments. Users may also obtain this information through alternate output formats such as json or csv by using the default command with the respective output format:amd-smi default --jsonoramd-smi default --csv. -
Support for GPU metrics 1.8:
- Added new fields for
amdsmi_gpu_xcp_metrics_tincluding:- Metrics to allow new calculations for violation status:
- Per XCP metrics
gfx_below_host_limit_ppt_acc[XCP][MAX_XCC]- GFX Clock Host limit Package Power Tracking violation counts - Per XCP metrics
gfx_below_host_limit_thm_acc[XCP][MAX_XCC]- GFX Clock Host limit Thermal (TVIOL) violation counts - Per XCP metrics
gfx_low_utilization_acc[XCP][MAX_XCC]- violation counts for how did low utilization caused the GPU to be below application clocks. - Per XCP metrics
gfx_below_host_limit_total_acc[XCP][MAX_XCC]- violation counts for how long GPU was held below application clocks any limiter (see above new violation metrics).
- Per XCP metrics
- Metrics to allow new calculations for violation status:
- Increased available JPEG engines to 40. Current ASICs might not support all 40. These are indicated as
UINT16_MAXorN/Ain CLI.
- Added new fields for
-
Bad page threshold count.
- Added
amdsmi_get_gpu_bad_page_thresholdto Python API and CLI; root/sudo permissions are required to display the count.
- Added
-
CPU model name for RDC.
- Added new C and Python API
amdsmi_get_cpu_model_name. - Not sourced from esmi library.
- Added new C and Python API
-
New API
amdsmi_get_cpu_affinity_with_scope(). -
socket powertoamdsmi_get_power_info- Previously, the C API had the value in the
amdsmi_power_infostructure, but was unused. - The value is representative of the socket's power agnostic of the the GPU version.
- Previously, the C API had the value in the
-
New event notification types to
amdsmi_evt_notification_type_t.
The following values were added to theamdsmi_evt_notification_type_tenum:AMDSMI_EVT_NOTIF_EVENT_MIGRATE_STARTAMDSMI_EVT_NOTIF_EVENT_MIGRATE_ENDAMDSMI_EVT_NOTIF_EVENT_PAGE_FAULT_STARTAMDSMI_EVT_NOTIF_EVENT_PAGE_FAULT_ENDAMDSMI_EVT_NOTIF_EVENT_QUEUE_EVICTIONAMDSMI_EVT_NOTIF_EVENT_QUEUE_RESTOREAMDSMI_EVT_NOTIF_EVENT_UNMAP_FROM_GPUAMDSMI_EVT_NOTIF_PROCESS_STARTAMDSMI_EVT_NOTIF_PROCESS_END
- Power cap to
amd-smi monitor.amd-smi monitor -pwill display the power cap along with power.
Changed
-
Separated driver reload functionality from
amdsmi_set_gpu_memory_partition()and
amdsmi_set_gpu_memory_partition_mode()APIs -- and from the CLIamd-smi set -M <NPS mode>. -
Disabled
amd-smi monitor --violationon guests. Modifiedamd-smi metric -T/--throttleto alias toamd-smi metric -v/--violation. -
Updated
amdsmi_get_clock_infoinamdsmi_interface.py.- The
clk_deep_sleepfield now returns the sleep integer value.
- The
-
The
amd-smi topologycommand has been enabled for guest environments.- This includes full functionality so users can use the command just as they would in bare metal environments.
-
Expanded violation status tracking for GPU metrics 1.8.
- The driver will no longer be supporting existing single-value GFX clock below host limit fields (
acc_gfx_clk_below_host_limit,per_gfx_clk_below_host_limit,active_gfx_clk_below_host_limit), they are now changed in favor of new per-XCP/XCC arrays. - Added new fields to
amdsmi_violation_status_tand related interfaces for enhanced violation breakdown:- Per-XCP/XCC accumulators and status for:
- GFX clock below host limit (power, thermal, and total)
- Low utilization
- Added 2D arrays to track per-XCP/XCC accumulators, percentage, and active status:
acc_gfx_clk_below_host_limit_pwr,acc_gfx_clk_below_host_limit_thm,acc_gfx_clk_below_host_limit_totalper_gfx_clk_below_host_limit_pwr,per_gfx_clk_below_host_limit_thm,per_gfx_clk_below_host_limit_totalactive_gfx_clk_below_host_limit_pwr,active_gfx_clk_below_host_limit_thm,active_gfx_clk_below_host_limit_totalacc_low_utilization,per_low_utilization,active_low_utilization
- Per-XCP/XCC accumulators and status for:
- Python API and CLI now report these expanded fields.
- The driver will no longer be supporting existing single-value GFX clock below host limit fields (
-
The char arrays in the following structures have been changed.
amdsmi_vbios_info_tmemberbuild_datechanged fromAMDSMI_MAX_DATE_LENGTHtoAMDSMI_MAX_STRING_LENGTH.amdsmi_dpm_policy_entry_tmemberpolicy_descriptionchanged fromAMDSMI_MAX_NAMEtoAMDSMI_MAX_STRING_LENGTH.amdsmi_name_value_tmembernamechanged fromAMDSMI_MAX_NAMEtoAMDSMI_MAX_STRING_LENGTH.
-
For backwards compatibility, updated
amdsmi_bdf_tunion to have an identical unnamed struct. -
Updated
amdsmi_get_temp_metricandamdsmi_temperature_type_twith new values.- Added new values to
amdsmi_temperature_type_trepresenting various baseboard and GPU board temperature measures. - Updated
amdsmi_get_temp_metricAPI to be able to take in and return the respective values for the new temperature types.
- Added new values to
Removed
-
Unnecessary API,
amdsmi_free_name_value_pairs()- This API is only used internally to free up memory from the Python interface and does not need to be
exposed to the user.
- This API is only used internally to free up memory from the Python interface and does not need to be
-
Unused definitions:
AMDSMI_MAX_NAME,AMDSMI_256_LENGTH,AMDSMI_MAX_DATE_LENGTH,MAX_AMDSMI_NAME_LENGTH,AMDSMI_LIB_VERSION_YEAR,
AMDSMI_DEFAULT_VARIANT,AMDSMI_MAX_NUM_POWER_PROFILES,AMDSMI_MAX_DRIVER_VERSION_LENGTH.
-
Unused member
yearin structamdsmi_version_t. -
amdsmi_io_link_type_thas been replaced withamdsmi_link_type_t.amdsmi_io_link_type_tis no longer needed asamdsmi_link_type_tis sufficient.amdsmi_link_type_tenum has changed; primarily, the ordering of the PCI and XGMI types.- This change will also affect
amdsmi_link_metrics_t, where the link_type field changes fromamdsmi_io_link_type_ttoamdsmi_link_type_t.
-
amdsmi_get_power_info_v2().- The
amdsmi_get_power_info()has been unified and the v2 function is no longer needed or used.
- The
-
AMDSMI_EVT_NOTIF_RING_HANGevent notification type inamdsmi_evt_notification_type_t. -
The
amdsmi_get_gpu_vram_infonow provides vendor names as a string.amdsmi_vram_vendor_type_tenum structure is removed.amdsmi_vram_info_tmember namedamdsmi_vram_vendor_type_tis changed to a character string.amdsmi_get_gpu_vram_infonow no longer requires decoding the vendor name as an enum.
-
Backwards compatibility for
amdsmi_get_gpu_metrics_info()'s,jpeg_activityandvcn_activityfields. Alternatively usexcp_stats.jpeg_busyorxcp_stats.vcn_busy.- Backwards compatibility is removed for
jpeg_activityandvcn_activityfields, if thejpeg_busyorvcn_busyfield is available. - Providing both
vcn_activity/jpeg_activityand XCP (partition) statsvcn_busy/jpeg_busycaused confusion about which field to use. By removing backward compatibility, it is easier to identify the relevant field. - The
jpeg_busyfield increased in size (for supported ASICs), making backward compatibility unable to fully copy the structure intojpeg_activity.
- Backwards compatibility is removed for
Optimized
-
Reduced
amd-smiCLI API calls needed to be called before reading or (re)setting GPU features. This
improves overall runtime performance of the CLI. -
Removed partition information from the default
amd-smi staticCLI command.- Users can still retrieve the same data by calling
amd-smi,amd-smi static -p, oramd-smi partition -c -m/sudo amd-smi partition -a. - Reading
current_compute_partitionmay momentarily wake the GPU up. This is due to reading XCD registers, which is expected behavior. Changing partitions is not a trivial operation,current_compute_partitionSYSFS controls this action.
- Users can still retrieve the same data by calling
-
Optimized CLI command
amd-smi topologyin partition mode.- Reduced the number of
amdsmi_topo_get_p2p_statusAPI calls to one fourth.
- Reduced the number of
Resolved issues
-
Removed duplicated GPU IDs when receiving events using the
amd-smi eventcommand. -
Fixed
amd-smi monitordecoder utilization (DEC%) not showing up on MI300 Series ASICs.
Known issues
amd-smi monitoron Linux Guest systems triggers an attribute error.
See the full [AMD SMI changelog](https://github.com/ROCm/amdsmi/blob/release/rocm-rel-7.0/CHANGELOG.md) for details, examples, and in-depth descriptions.
Composable Kernel (1.1.0)
Added
- Support for
BF16,F32, andF16for 2D and 3D NGCHW grouped convolution backward data. - Fully asynchronous HOST (CPU) arguments copy flow for CK grouped GEMM kernels.
- Support GKCYX for layout for grouped convolution forward (NGCHW/GKCYX/NGKHW, number of instances in instance factory for NGCHW/GKYXC/NGKHW has been reduced).
- Support for GKCYX layout for grouped convolution forward (NGCHW/GKCYX/NGKHW).
- Support for GKCYX layout for grouped convolution backward weight (NGCHW/GKCYX/NGKHW).
- Support for GKCYX layout for grouped convolution backward data (NGCHW/GKCYX/NGKHW).
- Support for Stream-K version of mixed
FP8/BF16GEMM. - Support for Multiple D GEMM.
- GEMM pipeline for microscaling (MX)
FP8/FP6/FP4data types. - Support for
FP162:4 structured sparsity to universal GEMM. - Support for Split K for grouped convolution backward data.
- Logit soft-capping support for fMHA forward kernels.
- Support for hdim as a multiple of 32 for FMHA (fwd/fwd_splitkv).
- Benchmarking support for tile engine GEMM.
- Ping-pong scheduler support for GEMM operation along the K dimension.
- Rotating buffer feature for CK_Tile GEMM.
int8support for CK_TILE GEMM.- Vectorize Transpose optimization for CK Tile.
- Asynchronous copy for gfx950.
Changed
- Replaced the raw buffer load/store intrinsics with Clang20 built-ins.
- DL and DPP kernels are now enabled by default.
- Number of instances in instance factory for grouped convolution forward NGCHW/GKYXC/NGKHW has been reduced.
- Number of instances in instance factory for grouped convolution backward weight NGCHW/GKYXC/NGKHW has been reduced.
- Number of instances in instance factory for grouped convolution backward data NGCHW/GKYXC/NGKHW has been reduced.
Removed
- Removed support for gfx940 and gfx941 targets.
Optimized
- Optimized the GEMM multiply preshuffle and lds bypass with Pack of KGroup and better instruction layout.
HIP 7.0.0
Added
- New HIP APIs
hipLaunchKernelExdispatches the provided kernel with the given launch configuration and forwards the kernel arguments.hipLaunchKernelExClaunches a HIP kernel using a generic function pointer and the specified configuration.hipDrvLaunchKernelExdispatches the device kernel represented by a HIP function object.hipMemGetHandleForAddressRangegets a handle for the address range requested.__reduce_add_sync,__reduce_min_sync, and__reduce_max_syncfunctions added for aritimetic reduction across lanes of a warp, and__reduce_and_sync,__reduce_or_sync, and__reduce_xor_sync
functions added for logical reduction. For details, see Warp cross-lane functions.
- New support for Open Compute Project (OCP) floating-point
FP4/FP6/FP8as follows. For details, see Low precision floating point document.- Data types for
FP4/FP6/FP8. - HIP APIs for
FP4/FP6/FP8, which are compatible with corresponding CUDA APIs. - HIP Extensions APIs for microscaling formats, which are supported on AMD GPUs.
- Data types for
- New
wptrandrptrvalues inClPrint, for better logging in dispatch barrier methods. - The
_sync()version of crosslane builtins such asshfl_sync()are enabled by default. These can be disabled by setting the preprocessor macroHIP_DISABLE_WARP_SYNC_BUILTINS. - Added
constexproperators forfp16/bf16. - Added warp level primitives:
__syncwarpand reduce intrinsics (e.g.__reduce_add_sync()). - Support for the flags in APIs as following, now allows uncached memory allocation.
hipExtHostRegisterUncached, used inhipHostRegister.hipHostMallocUncachedandhipHostAllocUncached, used inhipHostMallocandhipHostAlloc.
num_threadstotal number of threads in the group. The legacy API size is alias.- Added PCI CHIP ID information as the device attribute.
- Added new tests applications for OCP data types
FP4/FP6/FP8. - A new attribute in HIP runtime was implemented which exposes a new device capability of how many compute dies (chiplets, xcc) are available on a given GPU. Developers can get this attribute via the API
hipDeviceGetAttribute, to make use of the best cache locality in a kernel, and optimize the Kernel launch grid layout, for performance improvement.
Changed
- Some unsupported GPUs such as gfx9, gfx8 and gfx7 are deprecated on Microsoft Windows.
- Removal of beta warnings in HIP Graph APIs. All Beta warnings in usage of HIP Graph APIs are removed, they are now officially and fully supported.
warpSizehas changed.
In order to match the CUDA specification, thewarpSizevariable is no longerconstexpr. In general, this should be a transparent change; however, if an application was usingwarpSizeas a compile-time constant, it will have to be updated to handle the new definition. For more information, see the discussion ofwarpSizewithin the HIP C++ language extensions.- Behavior changes
hipGetLastErrornow returns the error code which is the last actual error caught in the current thread during the application execution.- Cooperative groups in
hipLaunchCooperativeKernelMultiDeviceandhipLaunchCooperativeKernelfunctions, additional input parameter validation checks are added. hipPointerGetAttributesreturnshipSuccessinstead of an error with invalid valuehipErrorInvalidValue, in caseNULLhost or attribute pointer is passed as input parameter. It now matches the functionality ofcudaPointerGetAttributeswhich changed with CUDA 11 and above releases.hipFreepreviously there was an implicit wait which was applicable for all memory allocations, for synchronization purpose. This wait is now disabled for allocations made withhipMallocAsyncandhipMallocFromPoolAsync, to match the behavior of CUDA APIcudaFree.hipFreeAsyncnow returnshipSuccesswhen the input pointer is NULL, instead ofhipErrorInvalidValue, to be consistent withhipFree.- Exceptions occurring during a kernel execution will not abort the process anymore but will return an error unless core dump is enabled.
- Changes in hipRTC.
- Removal of
hipRTCsymbols from HIP Runtime Library.
Any application usinghipRTCAPIs should link explicitly with thehipRTClibrary. This makes the usage ofhipRTClibrary on Linux the same as on Windows and matches the behavior of CUDAnvRTC. hipRTCcompilation
The device code compilation now uses namespace__hip_internal, instead of the standard headersstd, to avoid namespace collision.- Changes of datatypes from
hipRTC.
Datatype definitions such asint64_t,uint64_t,int32_t, anduint32_t, etc. are removed to avoid any potential conflicts in some applications. HIP now uses internal datatypes instead, prefixed with__hip, for example,__hip_int64_t.
- Removal of
- HIP header clean up
- Usage of STD headers, HIP header files only include necessary STL headers.
- Deprecated structure
HIP_MEMSET_NODE_PARAMSis removed. Developers can use the definitionhipMemsetParamsinstead.
- API signature/struct changes
- API signatures are adjusted in some APIs to match corresponding CUDA APIs. Impacted APIs are as folloing:
hiprtcCreateProgramhiprtcCompileProgramhipMemcpyHtoDhipCtxGetApiVersion
- HIP struct change in
hipMemsetParams, it is updated and compatible with CUDA. - HIP vector constructor change in
hipComplexinitialization now generates correct values. The affected constructors will be small vector types such asfloat2,int4, etc.
- API signatures are adjusted in some APIs to match corresponding CUDA APIs. Impacted APIs are as folloing:
- Stream Capture updates
- Restricted stream capture mode, it is made in HIP APIs via adding the macro
CHECK_STREAM_CAPTURE_SUPPORTED ().
In the previous HIP enumerationhipStreamCaptureMode, three capture modes were defined. With checking in the macro, the only supported stream capture mode is nowhipStreamCaptureModeRelaxed. The rest are not supported, and the macro will returnhipErrorStreamCaptureUnsupported. This update involves the following APIs, which is allowed only in relaxed stream capture mode:hipMallocManagedhipMemAdvise
- Checks stream capture mode, the following APIs check the stream capture mode and return error codes to match the behavior of CUDA.
hipLaunchCooperativeKernelMultiDevicehipEventQueryhipStreamAddCallback
- Returns error during stream capture. The following HIP APIs now returns specific error
hipErrorStreamCaptureUnsupportedon the AMD platform, but not alwayshipSuccess, to match behavior with CUDA:hipDeviceSetMemPoolhipMemPoolCreatehipMemPoolDestroyhipDeviceSetSharedMemConfighipDeviceSetCacheConfighipMemcpyWithStream
- Restricted stream capture mode, it is made in HIP APIs via adding the macro
- Error code update
Returned error/value codes are updated in the following HIP APIs to match the corresponding CUDA APIs.- Module Management Related APIs:
hipModuleLaunchKernelhipExtModuleLaunchKernelhipExtLaunchKernelhipDrvLaunchKernelExhipLaunchKernelhipLaunchKernelExChipModuleLaunchCooperativeKernelhipModuleLoad
- Texture Management Related APIs:
The following APIs update the return codes to match the behavior with CUDA:hipTexObjectCreate, supports zero width and height for 2D image. If either is zero, will not returnfalse.hipBindTexture2D, adds extra check, if pointer for texture reference or device is NULL, returnshipErrorNotFound.hipBindTextureToArray, if any NULL pointer is input for texture object, resource descriptor, or texture descriptor, returns errorhipErrorInvalidChannelDescriptor, instead ofhipErrorInvalidValue.hipGetTextureAlignmentOffset, adds a return codehipErrorInvalidTexturewhen the texture reference pointer is NULL.
- Cooperative Group Related APIs, more calidations are added in the following API implementation:
hipLaunchCooperativeKernelMultiDevicehipLaunchCooperativeKernel
- Module Management Related APIs:
- Invalid stream input parameter handling
In order to match the CUDA runtime behavior more closely, HIP APIs with streams passed as input parameters no longer check the stream validity. Previously, the HIP runtime returned an error codehipErrorContextIsDestroyedif the stream was invalid. In CUDA version 12 and later, the equivalent behavior is to raise a segmentation fault. HIP runtime now matches the CUDA by causing a segmentation fault. The list of APIs impacted by this change are as follows:- Stream Management Related APIs
hipStreamGetCaptureInfohipStreamGetPriorityhipStreamGetFlagshipStreamDestroyhipStreamAddCallbackhipStreamQueryhipLaunchHostFunc
- Graph Management Related APIs
hipGraphUploadhipGraphLaunchhipStreamBeginCaptureToGraphhipStreamBeginCapturehipStreamIsCapturinghipStreamGetCaptureInfohipGraphInstantiateWithParams
- Memory Management Related APIs
hipMemcpyPeerAsynchipMemcpy2DValidateParamshipMallocFromPoolAsynchipFreeAsynchipMallocAsynchipMemcpyAsynchipMemcpyToSymbolAsynchipStreamAttachMemAsynchipMemPrefetchAsynchipDrvMemcpy3DhipDrvMemcpy3DAsynchipDrvMemcpy2DUnalignedhipMemcpyParam2DhipMemcpyParam2DAsynchipMemcpy2DArrayToArrayhipMemcpy2DhipMemcpy2DAsynchipDrvMemcpy2DUnalignedhipMemcpy3D
- Event Management Related APIs
hipEventRecordhipEventRecordWithFlags
- Stream Management Related APIs
Optimized
HIP runtime has the following functional improvements which improves runtime performance and user experience:
- Reduced usage of the lock scope in events and kernel handling.
- Switches to
shared_mutexfor event validation, usesstd::unique_lockin HIP runtime to create/destroy event, instead ofscopedLock. - Reduces the
scopedLockin handling of kernel execution. HIP runtime now callsscopedLockduring kernel binary creation/initialization, doesn't call it again during kernel vector iteration before launch.
- Switches to
- Implementation of unifying managed buffer and kernel argument buffer so HIP runtime doesn't need to create/load a separate kernel argument buffer.
- Refactored memory validation, creates a unique function to validate a variety of memory copy operations.
- Improved kernel logging using demangling shader names.
- Advanced support for SPIRV, now kernel compilation caching is enabled by default. This feature is controlled by the environment variable
AMD_COMGR_CACHE, for details, see hip_rtc document. - Programmatic support for scratch limits on the AMD Instinct MI300 and MI350 Series up GPU devices. More enumeration values were added in
hipLimit_tas following:hipExtLimitScratchMin, minimum allowed value in bytes for scratch limit on the device.hipExtLimitScratchMax, maximum allowed value in bytes for scratch limit on the device.hipExtLimitScratchCurrent, current scratch limit threshold in bytes on the device. Must be between the valuehipExtLimitScratchMinandhipExtLimitScratchMax.
Developers can now use the environment variableHSA_SCRATCH_SINGLE_LIMIT_ASYNCto change the default allocation size with expected scratch limit in ROCR runtime. On top of it, this value can also be overwritten programmatically in the application using the HIP APIhipDeviceSetLimit(hipExtLimitScratchCurrent, value)to reset the scratch limit value.
- HIP runtime now enables peer-to-peer (P2P) memory copies to utilize all available SDMA engines, rather than being limited to a single engine. It also selects the best engine first to give optimal bandwidth.
- Improved launch latency for
D2Dcopies andmemseton MI300 Series. - Introduced a threshold to handle the command submission patch to the GPU device(s), considering the synchronization with CPU, for performance improvement.
Resolved issues
- Error of "unable to find modules" in HIP clean up for code object module.
- The issue of incorrect return error
hipErrorNoDevice, when a crash occurred on GPU device due to illegal operation or memory violation. HIP runtime now handles the failure on the GPU side properly and reports the precise error code based on the last error seen on the GPU. - Failures in some framework test applications, HIP runtime fixed the bug in retrieving a memory object from the IPC memory handle.
- A crash in TensorFlow related application. HIP runtime now combines multiple definitions of
callbackQueueinto a single function, in case of an exception, passes its handler to the application and provides corresponding error code. - Fixed issue of handling the kernel parameters for the graph launch.
- Failures in roc-obj tools. HIP runtime now makes
DEPRECATEDmessage in roc-obj tools asSTDERR. - Support of
hipDeviceMallocContiguousflags inhipExtMallocWithFlags(). It now enablesHSA_AMD_MEMORY_POOL_CONTIGUOUS_FLAGin the memory pool allocation on GPU device. - Compilation failure, HIP runtime refactored the vector type alignment with
__hip_vec_align_v. - A numerical error/corruption found in Pytorch during graph replay. HIP runtime fixed the input sizes of kernel launch dimensions in hipExtModuleLaunchKernel for the execution of hipGraph capture.
- A crash during kernel execution in a customer application. The structure of kernel arguments was updated via adding the size of kernel arguments, and HIP runtime does validation before launch kernel with the structured arguments.
- Compilation error when using bfloat16 functions. HIP runtime removed the anonymous namespace from FP16 functions to resolve this issue.
Known issues
hipLaunchHostFuncreturns an error during stream capture. Any application usinghipLaunchHostFuncmight fail to capture graphs during stream capture, instead, it returnshipErrorStreamCaptureUnsupported.- Compilation failure in kernels via hiprtc when using option
std=c++11.
hipBLAS (3.0.0)
Added
- Added the
hipblasSetWorkspace()API. - Support for codecoverage tests.
Changed
- HIPBLAS_V2 API is the only available API using the
hipComplexandhipDatatypetypes. - Documentation updates.
- Verbose compilation for
hipblas.cpp.
Removed
hipblasDatatype_ttype.hipComplexandhipDoubleComplextypes.- Support code for non-production gfx targets.
Resolved issues
- The build time
CMakeconfiguration for the dependency onhipBLAS-commonis fixed. - Compiler warnings for unhandled enumerations have been resolved.
hipBLASLt (1.0.0)
Added
- Stream-K GEMM support has been enabled for the
FP32,FP16,BF16,FP8, andBF8data types on the Instinct MI300A APU. To activate this feature, set theTENSILE_SOLUTION_SELECTION_METHODenvironment variable to2, for example,export TENSILE_SOLUTION_SELECTION_METHOD=2. - Fused Swish/SiLU GEMM (enabled by
HIPBLASLT_EPILOGUE_SWISH_EXTandHIPBLASLT_EPILOGUE_SWISH_BIAS_EXT). - Support for
HIPBLASLT_EPILOGUE_GELU_AUX_BIASfor gfx942. HIPBLASLT_TUNING_USER_MAX_WORKSPACEto constrain the maximum workspace size for user offline tuning.HIPBLASLT_ORDER_COL16_4R16andHIPBLASLT_ORDER_COL16_4R8tohipblasLtOrder_tto supportFP16/BF16swizzle GEMM andFP8/BF8swizzle GEMM respectively.- TF32 emulation on gfx950.
- Support for
FP6,BF6, andFP4on gfx950. - Support for block scaling by setting
HIPBLASLT_MATMUL_DESC_A_SCALE_MODEandHIPBLASLT_MATMUL_DESC_B_SCALE_MODEtoHIPBLASLT_MATMUL_MATRIX_SCALE_VEC32_UE8M0.
Changed
- The non-V2 APIs (
GemmPreference,GemmProblemType,GemmEpilogue,GemmTuning,GemmInputs) in the cpp header are now the same as the V2 APIs (GemmPreferenceV2,GemmProblemTypeV2,GemmEpilogueV2,GemmTuningV2,GemmInputsV2). The original non-V2 APIs are removed.
Removed
HIPBLASLT_MATMUL_DESC_A_SCALE_POINTER_VEC_EXTandHIPBLASLT_MATMUL_DESC_B_SCALE_POINTER_VEC_EXTare removed. Use theHIPBLASLT_MATMUL_DESC_A_SCALE_MODEandHIPBLASLT_MATMUL_DESC_B_SCALE_MODEattributes to set scalar (HIPBLASLT_MATMUL_MATRIX_SCALE_SCALAR_32F) or vector (HIPBLASLT_MATMUL_MATRIX_SCALE_OUTER_VEC_32F) attributes.- The
hipblasltExtAMaxWithScaleAPI is removed.
Optimized
- Improved performance for 8-bit (
FP8/BF8/I8) NN/NT cases by addings_delay_aluto reduce stalls from dependent ALU operations on gfx12+. - Improved performance for 8-bit and 16-bit (
FP16/BF16) TN cases by enabling software dependency checks (Expert Scheduling Mode) under certain restrictions to reduce redundant hardware dependency checks on gfx12+. - Improved performance for 8-bit, 16-bit, and 32-bit batched GEMM with a better heuristic search algorithm for gfx942.
Upcoming changes
- V2 APIs (
GemmPreferenceV2,GemmProblemTypeV2,GemmEpilogueV2,GemmTuningV2,GemmInputsV2) are deprecated.
hipCUB (4.0.0)
Added
- A new cmake option,
BUILD_OFFLOAD_COMPRESS. When hipCUB is built with this option enabled, the--offload-compressswitch is passed to the compiler. This causes the compiler to compress the binary that it generates. Compression can be useful in cases where you are compiling for a large number of targets, since this often results in a large binary. Without compression, in some cases, the generated binary may become so large that symbols are placed out of range, resulting in linking errors. The newBUILD_OFFLOAD_COMPRESSoption is set toONby default. - Single pass operators in
agent/single_pass_scan_operators.hppwhich contains the following API:BlockScanRunningPrefixOpScanTileStatusScanTileStateReduceByKeyScanTileStateTilePrefixCallbackOp
- Support for gfx950.
- An overload of
BlockScan::InclusiveScanthat accepts an initial value to seed the scan. - An overload of
WarpScan::InclusiveScanthat accepts an initial value to seed the scan. UnrolledThreadLoad,UnrolledCopy, andThreadLoadVolatilePointerwere added to align hipCUB with CUB.ThreadStoreVolatilePtrand theIterateThreadStorestruct were added to align hipCUB with CUB.hipcub::InclusiveScanInitfor CUB parity.
Changed
- The CUDA backend now requires CUB, Thrust, and libcu++ 2.7.0. If they aren't found, they will be downloaded from the CUDA CCCL repository.
- Updated
thread_loadandthread_storeto align hipCUB with CUB. - All kernels now have hidden symbol visibility. All symbols now have inline namespaces that include the library version, (for example,
hipcub::HIPCUB_300400_NS::symbolinstead ofhipcub::symbol), letting the user link multiple libraries built with different versions of hipCUB. - Modified the broadcast kernel in warp scan benchmarks. The reported performance may be different to previous versions.
- The
hipcub::detail::accumulator_tin rocPRIM backend has been changed to utiliserocprim::accumulator_t. - The usage of
rocprim::invoke_result_binary_op_thas been replaced withrocprim::accumulator_t.
Removed
- The AMD GPU targets
gfx803andgfx900are no longer built by default. If you want to build for these architectures, specify them explicitly in theAMDGPU_TARGETScmake option. - Deprecated
hipcub::AsmThreadLoadis removed, usehipcub::ThreadLoadinstead. - Deprecated
hipcub::AsmThreadStoreis removed, usehipcub::ThreadStoreinstead. - Deprecated
BlockAdjacentDifference::FlagHeads,BlockAdjacentDifference::FlagTailsandBlockAdjacentDifference::FlagHeadsAndTailshave been removed. - This release removes support for custom builds on gfx940 and gfx941.
- Removed C++14 support. Only C++17 is supported.
Resolved issues
- Fixed an issue where
Sort(keys, compare_op, valid_items, oob_default)inblock_merge_sort.hppwould not fill in elements that are out of range (items aftervalid_items) withoob_default. - Fixed an issue where
ScatterToStripedFlaggedinblock_exhange.hppwas calling the wrong function.
Known issues
BlockAdjacentDifference::FlagHeads,BlockAdjacentDifference::FlagTailsandBlockAdjacentDifference::FlagHeadsAndTailshave been removed from hipCUB's CUB backend. They were already deprecated as of version 2.12.0 of hipCUB and they were removed from CCCL (CUB) as of CCCL's 2.6.0 release.BlockScan::InclusiveScanfor the CUDA backend does not compute the block aggregate correctly when passing an initial value parameter. This behavior is not matched by the AMD backend.
Upcoming changes
BlockAdjacentDifference::FlagHeads,BlockAdjacentDifference::FlagTailsandBlockAdjacentDifference::FlagHeadsAndTailswere deprecated as of version 2.12.0 of hipCUB, and will be removed from the rocPRIM backend in a future release for the next ROCm major version (ROCm 7.0.0).
hipFFT (1.0.20)
Added
- Support for gfx950.
Removed
- Removed hipfft-rider legacy compatibility from clients.
- Removed support for the gfx940 and gfx941 targets from the client programs.
- Removed backward compatibility symlink for include directories.
hipfort (0.7.0)
Added
- Documentation clarifying how hipfort is built for the CUDA platform.
Changed
- Updated and reorganized documentation for clarity and consistency.
HIPIFY (20.0.0)
Added
- CUDA 12.9.1 support.
- cuDNN 9.11.0 support.
- cuTENSOR 2.2.0.0 support.
- LLVM 20.1.8 support.
Resolved issues
hipDNNsupport is removed by default.- #1859[hipify-perl] Fix warnings on unsupported Driver or Runtime APIs which were erroneously not reported.
- #1930 Revise
JIT API. - #1962 Support for cuda-samples helper headers.
- #2035 Removed
const_cast<const char**>;inhiprtcCreateProgramandhiprtcCompileProgram.
hipRAND (3.0.0)
Added
- Support for gfx950.
Changed
- Deprecated the hipRAND Fortran API in favor of hipfort.
Removed
- Removed C++14 support, so only C++17 is supported.
hipSOLVER (3.0.0)
Added
- Added compatibility-only functions:
- csrlsvqr
hipsolverSpCcsrlsvqr,hipsolverSpZcsrlsvqr
- csrlsvqr
Resolved issues
- Corrected the value of
lworkreturned by variousbufferSizefunctions to be consistent with CUDA cuSOLVER. The following functions now returnlworkso that the workspace size (in bytes) issizeof(T) * lwork, rather thanlwork. To restore the original behavior, set the environment variableHIPSOLVER_BUFFERSIZE_RETURN_BYTES.hipsolverXorgbr_bufferSize,hipsolverXorgqr_bufferSize,hipsolverXorgtr_bufferSize,hipsolverXormqr_bufferSize,hipsolverXormtr_bufferSize,hipsolverXgesvd_bufferSize,hipsolverXgesvdj_bufferSize,hipsolverXgesvdBatched_bufferSize,hipsolverXgesvdaStridedBatched_bufferSize,hipsolverXsyevd_bufferSize,hipsolverXsyevdx_bufferSize,hipsolverXsyevj_bufferSize,hipsolverXsyevjBatched_bufferSize,hipsolverXsygvd_bufferSize,hipsolverXsygvdx_bufferSize,hipsolverXsygvj_bufferSize,hipsolverXsytrd_bufferSize,hipsolverXsytrf_bufferSize.
hipSPARSE (4.0.1)
Added
int8,int32, andfloat16data types tohipDataTypeToHCCDataTypeso that sparse matrix descriptors can be used with them.- Half float mixed precision to
hipsparseAxpbywhere X and Y usefloat16and the result and compute type usefloat. - Half float mixed precision to
hipsparseSpVVwhere X and Y usefloat16and the result and compute type usefloat. - Half float mixed precision to
hipsparseSpMMwhere A and B usefloat16and C and the compute type usefloat. - Half float mixed precision to
hipsparseSDDMMwhere A and B usefloat16and C and the compute type usefloat. - Half float uniform precision to the
hipsparseScatterandhipsparseGatherroutines. - Half float uniform precision to the
hipsparseSDDMMroutine. int8precision to thehipsparseCsr2cscEx2routine.- The
almalinuxoperating system name to correct the GFortran dependency.
Changed
- Switched to defaulting to C++17 when building hipSPARSE from source. Previously hipSPARSE was using C++14 by default.
Resolved issues
- Fixed a compilation issue related to using
std::filesystemand C++14. - Fixed an issue where the clients-common package was empty by moving the
hipsparse_clientmatrices.cmakeandhipsparse_mtx2csrfiles to it.
Known issues
- In
hipsparseSpSM_solve(), the external buffer is passed as a parameter. This does not match the CUDA cuSPARSE API. This extra external buffer parameter will be removed in a future release. For now, this extra parameter can be ignored and nullptr passed in because it is unused internally.
hipSPARSELt (0.2.4)
Added
- Support for the LLVM target gfx950.
- Support for the following data type combinations for the LLVM target gfx950:
FP8(E4M3) inputs,F32output, andF32Matrix Core accumulation.BF8(E5M2) inputs,F32output, andF32Matrix Core accumulation.
- Support for ROC-TX if
HIPSPARSELT_ENABLE_MARKER=1is set. - Support for the cuSPARSELt v0.6.3 backend.
Removed
- Support for LLVM targets gfx940 and gfx941 has been removed.
hipsparseLtDatatype_thas been removed.
Optimized
- Improved the library loading time.
- Provided more kernels for the
FP16data type.
hipTensor (2.0.0)
Added
- Element-wise binary operation support.
- Element-wise trinary operation support.
- Support for GPU target gfx950.
- Dynamic unary and binary operator support for element-wise operations and permutation.
- CMake check for
f8datatype availability. hiptensorDestroyOperationDescriptorto free all resources related to the provided descriptor.hiptensorOperationDescriptorSetAttributeto set attribute of ahiptensorOperationDescriptor_tobject.hiptensorOperationDescriptorGetAttributeto retrieve an attribute of the providedhiptensorOperationDescriptor_tobject.hiptensorCreatePlanPreferenceto allocate thehiptensorPlanPreference_tand enabled users to limit the applicable kernels for a given plan or operation.hiptensorDestroyPlanPreferenceto free all resources related to the provided preference.hiptensorPlanPreferenceSetAttributeto set attribute of ahiptensorPlanPreference_tobject.hiptensorPlanGetAttributeto retrieve information about an already-created plan.hiptensorEstimateWorkspaceSizeto determine the required workspace size for the given operation.hiptensorCreatePlanto allocate ahiptensorPlan_tobject, select an appropriate kernel for a given operation and prepare a plan that encodes the execution.hiptensorDestroyPlanto free all resources related to the provided plan.
Changed
- Removed architecture support for gfx940 and gfx941.
- Generalized opaque buffer for any descriptor.
- Replaced
hipDataTypewithhiptensorDataType_tfor all supported types, for example,HIP_R_32FtoHIPTENSOR_R_32F. - Replaced
hiptensorComputeType_twithhiptensorComputeDescriptor_tfor all supported types. - Replaced
hiptensorInitTensorDescriptorwithhiptensorCreateTensorDescriptor. - Changed handle type and API usage from
*handletohandle. - Replaced
hiptensorContractionDescriptor_twithhipTensorOperationDescriptor_t. - Replaced
hiptensorInitContractionDescriptorwithhiptensorCreateContraction. - Replaced
hiptensorContractionFind_twithhiptensorPlanPreference_t. - Replaced
hiptensorInitContractionFindwithhiptensorCreatePlanPreference. - Replaced
hiptensorContractionGetWorkspaceSizewithhiptensorEstimateWorkspaceSize. - Replaced
HIPTENSOR_WORKSPACE_RECOMMENDEDwithHIPTENSOR_WORKSPACE_DEFAULT. - Replaced
hiptensorContractionPlan_twithhiptensorPlan_t. - Replaced
hiptensorInitContractionPlanwithhiptensorCreatePlan. - Replaced
hiptensorContractionwithhiptensorContract. - Replaced
hiptensorPermutationwithhiptensorPermute. - Replaced
hiptensorReductionwithhiptensorReduce. - Replaced
hiptensorElementwiseBinarywithhiptensorElementwiseBinaryExecute. - Replaced
hiptensorElementwiseTrinarywithhiptensorElementwiseTrinaryExecute. - Removed function
hiptensorReductionGetWorkspaceSize.
llvm-project (20.0.0)
Added
- The compiler
-gsplit-dwarfoption to enable the generation of separate debug information file at compile time. When used, separate debug information files are generated for host and for each offload architecture. For additional information, see DebugFission. llvm-flang, AMD's next-generation Fortran compiler. It's a re-implementation of the Fortran frontend that can be found atllvm/llvm-project/flangon GitHub.- Comgr support for an in-memory virtual file system (VFS) for storing temporary files generated during intermediate compilation steps to improve performance in the device library link step.
- Compiler support of a new target-specific builtin
__builtin_amdgcn_processor_isfor late or deferred queries of the current target processor, and__builtin_amdgcn_is_invocableto determine the current target processor ability to invoke a particular builtin. - HIPIFY support for CUDA 12.9.1 APIs. Added support for all new device and host APIs, including FP4, FP6, and FP128, and support for the corresponding ROCm HIP equivalents.
Changed
- Updated clang/llvm to AMD clang version 20.0.0 (equivalent to LLVM 20.0.0 with additional out-of-tree patches).
- HIPCC Perl scripts (
hipcc.plandhipconfig.pl) have been removed from this release.
Optimized
- Improved compiler memory load and store instructions.
Upcoming changes
__AMDGCN_WAVEFRONT_SIZE__macro and HIP’swarpSizevariable asconstexprare deprecated and will be disabled in a future release. Users are encouraged to update their code if needed to ensure future compatibility. For more information, see AMDGCN_WAVEFRONT_SIZE deprecation.- The
roc-obj-lsandroc-obj-extracttools are deprecated. To extract all Clang offload bundles into separate code objects usellvm-objdump --offloading <file>. For more information, see Changes to ROCm Object Tooling.
MIGraphX (2.13.0)
Added
- Support for OCP
FP8on AMD Instinct MI350X GPUs. - Support for PyTorch 2.7 via Torch-MIGraphX.
- Support for the Microsoft ONNX Contrib Operators (Self) Attention, RotaryEmbedding, QuickGelu, BiasAdd, BiasSplitGelu, SkipLayerNorm.
- Support for Sigmoid and AddN TensorFlow operators.
- GroupQuery Attention support for LLMs.
- Support for edge mode in the ONNX Pad operator.
- ONNX runtime Python driver.
- FLUX e2e example.
- C++ and Python APIs to save arguments to a graph as a msgpack file, and then read the file back.
- rocMLIR fusion for kv-cache attention.
- Introduced a check for file-write errors.
Changed
quantize_bf16for quantizing the model toBF16has been made visible in the MIGraphX user API.- Print additional kernel/module information in the event of compile failure.
- Use hipBLASLt instead of rocBLAS on newer GPUs.
- 1x1 convolutions are now rewritten to GEMMs.
BF16::maxis now represented by its encoding rather than its expected value.- Direct warnings now go to
coutrathercerr. FP8uses hipBLASLt rather than rocBLAS.- ONNX models are now topologically sorted when nodes are unordered.
- Improved layout of Graphviz output.
- Enhanced debugging for migraphx-driver: consumed environment variables are printed, timestamps and duration are added to the summary.
- Add a trim size flag to the verify option for migraphx-driver.
- Node names are printed to track parsing within the ONNX graph when using the
MIGRAPHX_TRACE_ONNX_PARSERflag. - Update accuracy checker to output test data with the
--show-test-dataflag. - The
MIGRAPHX_TRACE_BENCHMARKINGoption now allows the problem cache file to be updated after finding the best solution.
Removed
ROCM_USE_FLOAT8macro.- The
BF16GEMM test was removed for Navi21, as it is unsupported by rocBLAS and hipBLASLt on that platform.
Optimized
- Use common average in
compile_opsto reduce run-to-run variations when tuning. - Improved the performance of the TopK operator.
- Conform to a single layout (NHWC or NCHW) during compilation rather than combining two.
- Slice Channels Conv Optimization (slice output fusion).
- Horizontal fusion optimization after pointwise operations.
- Reduced the number of literals used in
GridSamplelinear sampler. - Fuse multiple outputs for pointwise operations.
- Fuse reshapes on pointwise inputs for MLIR output fusion.
- MUL operation not folded into the GEMM when the GEMM is used more than once.
- Broadcast not fused after convolution or GEMM MLIR kernels.
- Avoid reduction fusion when operator data-types mismatch.
Resolved issues
- Compilation workaround ICE in clang 20 when using
views::transform. - Fix bug with
reshape_lazyin MLIR. - Quantizelinear fixed for Nearbyint operation.
- Check for empty strings in ONNX node inputs for operations like Resize.
- Parse Resize fix: only check
keep_aspect_ratio_policyattribute for sizes input. - Nonmaxsuppression: fixed issue where identical boxes/scores not ordered correctly.
- Fixed a bug where events were created on the wrong device in a multi-gpu scenario.
- Fixed out of order keys in value for comparisons and hashes when caching best kernels.
- Fixed Controlnet MUL types do not match error.
- Fixed check for scales if ROI input is present in Resize operation.
- Einsum: Fixed a crash on empty squeeze operations.
MIOpen (3.5.0)
Added
- [Conv] Misa kernels for gfx950.
- [Conv] Enabled Split-K support for CK backward data solvers (2D).
- [Conv] Enabled CK wrw solver on gfx950 for the
BF16data type. - [BatchNorm] Enabled NHWC in OpenCL.
- Grouped convolution + activation fusion.
- Grouped convolution + bias + activation fusion.
- Composable Kernel (CK) can now be built inline as part of MIOpen.
Changed
- Changed to using the median value with outliers removed when deciding on the best solution to run.
- [Conv] Updated the igemm asm solver.
Optimized
- [BatchNorm] Optimized NHWC OpenCL kernels and improved heuristics.
- [RNN] Dynamic algorithm optimization.
- [Conv] Eliminated redundant clearing of output buffers.
- [RNN] Updated selection heuristics.
- Updated tuning for the AMD Instinct MI300 Series.
Resolved issues
- Fixed a segmentation fault when the user specified a smaller workspace than what was required.
- Fixed a layout calculation logic error that returned incorrect results and enabled less restrictive layout selection.
- Fixed memory access faults in misa kernels due to out-of-bounds memory usage.
- Fixed a performance drop on the gfx950 due to transpose kernel use.
- Fixed a memory access fault caused by not allocating enough workspace.
- Fixed a name typo that caused kernel mismatches and long startup times.
MIVisionX (3.3.0)
Added
- Support to enable/disable BatchPD code in VX_RPP extensions by checking the RPP_LEGACY_SUPPORT flag.
Changed
- VX_RPP extension: Version 3.1.0 release.
- Update the parameters and kernel API of Blur, Fog, Jitter, LensCorrection, Rain, Pixelate, Vignette and ResizeCrop wrt tensor kernels replacing the legacy BatchPD API calls in VX_RPP extensions.
Known issues
- Installation on RHEL and SLES requires the manual installation of the
FFMPEGandOpenCVdev packages.
Upcoming changes
- Optimized audio augmentations support for VX_RPP.
RCCL (2.26.6)
Added
- Support for the extended fine-grained system memory pool.
- Support for gfx950.
- Support for
unroll=1in device-code generation to improve performance. - Set a default of 112 channels for a single node with
8 * gfx950. - Enabled LL128 protocol on the gfx950.
- The ability to choose the unroll factor at runtime using
RCCL_UNROLL_FACTOR. This can be set at runtime to 1, 2, or 4. This change currently increases compilation and linking time because it triples the number of kernels generated. - Added MSCCL support for AllGather multinode on the gfx942 and gfx950 (for instance, 16 and 32 GPUs). To enable this feature, set the environment variable
RCCL_MSCCL_FORCE_ENABLE=1. The maximum message size for MSCCL AllGather usage is12292 * sizeof(datatype) * nGPUs. - Thread thresholds for LL/LL128 are selected in Tuning Models for the AMD Instinct MI300X. This impacts the number of channels used for AllGather and ReduceScatter. The channel tuning model is bypassed if
NCCL_THREAD_THRESHOLDS,NCCL_MIN_NCHANNELS, orNCCL_MAX_NCHANNELSare set. - Multi-node tuning for AllGather, AllReduce, and ReduceScatter that leverages LL/LL64/LL128 protocols to use nontemporal vector load/store for tunable message size ranges.
- LL/LL128 usage ranges for AllReduce, AllGather, and ReduceScatter are part of the tuning models, which enable architecture-specific tuning in conjunction with the existing Rome Models scheme in RCCL.
- Two new APIs are exposed as part of an initiative to separate RCCL code. These APIs are
rcclGetAlgoInfoandrcclFuncMaxSendRecvCount. However, user-level invocation requires that RCCL be built withRCCL_EXPOSE_STATICenabled.
Changed
- Compatibility with NCCL 2.23.4.
- Compatibility with NCCL 2.24.3.
- Compatibility with NCCL 2.25.1.
- Compatibility with NCCL 2.26.6.
Resolved issues
- Resolved an issue when using more than 64 channels when multiple collectives are used in the same
ncclGroup()call. - Fixed unit test failures in tests ending with the
ManagedMemandManagedMemGraphsuffixes. - Fixed a suboptimal algorithmic switching point for AllReduce on the AMD Instinct MI300X.
- Fixed the known issue "When splitting a communicator using
ncclCommSplitin some GPU configurations, MSCCL initialization can cause a segmentation fault" with a design change to usecomminstead ofrankformscclStatus. The global map forcommtomscclStatusis still not thread safe but should be explicitly handled by mutexes for read-write operations. This is tested for correctness, but there is a plan to use a thread-safe map data structure in an upcoming release.
rocAL (2.3.0)
Added
- Extended support to rocAL's video decoder to use rocDecode hardware decoder.
- Setup - installs rocdecode dev packages for Ubuntu, RedHat, and SLES.
- Setup - installs turbojpeg dev package for Ubuntu and Redhat.
- rocAL's image decoder has been extended to support the rocJPEG hardware decoder.
- Numpy reader support for reading npy files in rocAL.
- Test case for numpy reader in C++ and python tests.
Resolved issues
TurboJPEGno longer needs to be installed manually. It is now installed by the package installer.- Hardware decode no longer requires that ROCm be installed with the
graphicsusecase.
Known issues
- Package installation on SLES requires manually installing
TurboJPEG. - Package installation on RHEL and SLES requires manually installing the
FFMPEG Devpackage.
Upcoming changes
- rocJPEG support for JPEG decode.
rocALUTION (4.0.0)
Added
- Support for gfx950.
Changed
- Switch to defaulting to C++17 when building rocALUTION from source. Previously rocALUTION was using C++14 by default.
Optimized
- Improved the user documentation.
Resolved issues
- Fix for GPU hashing algorithm when not compiling with -O2/O3.
rocBLAS (5.0.0)
Added
- Support for gfx950.
- Internal API logging for
gemmdebugging usingROCBLAS_LAYER = 8. - Support for the AOCL 5.0 gcc build as a client reference library.
- The use of
PkgConfigfor client reference library fallback detection.
Changed
CMAKE_CXX_COMPILERis now passed on during compilation for a Tensile build.- The default atomics mode is changed from
allowedtonot allowed.
Removed
- Support code for non-production gfx targets.
rocblas_hgemm_kernel_name,rocblas_sgemm_kernel_name, androcblas_dgemm_kernel_nameAPI functions.- The use of
warpSizeas a constexpr. - The use of deprecated behavior of
hipPeekLastError. rocblas_float8.handrocblas_hip_f8_impl.hfiles.rocblas_gemm_ex3,rocblas_gemm_batched_ex3, androcblas_gemm_strided_batched_ex3API functions.
Optimized
- Optimized
gemmby usinggemvkernels when applicable. - Optimized
gemvfor smallmandnwith a large batch count on gfx942. - Improved the performance of Level 1
dotfor all precisions and variants whenN > 100000000on gfx942. - Improved the performance of Level 1
asumandnrm2for all precisions and variants on gfx942. - Improved the performance of Level 2
sger(single precision) on gfx942. - Improved the performance of Level 3
dgmmfor all precisions and variants on gfx942.
Resolved issues
- Fixed environment variable path-based logging to append multiple handle outputs to the same file.
- Support numerics when
trsmis running withrocblas_status_perf_degraded. - Fixed the build dependency installation of
joblibon some operating systems. - Return
rocblas_status_internal_errorwhenrocblas_[set,get]_ [matrix,vector]is called with a host pointer in place of a device pointer. - Reduced the default verbosity level for internal GEMM backend information.
- Updated from the deprecated rocm-cmake to ROCmCMakeBuildTools.
- Corrected AlmaLinux GFortran package dependencies.
Upcoming changes
- Deprecated the use of negative indices to indicate the default solution is being used for
gemm_exwithrocblas_gemm_algo_solution_index.
ROCdbgapi (0.77.3)
Added
- Support for the
gfx950architectures.
Removed
- Support for the
gfx940andgfx941architectures.
rocDecode (1.0.0)
Added
- VP9 IVF container file parsing support in bitstream reader.
- CTest for VP9 decode on bitstream reader.
- HEVC/AVC/AV1/VP9 stream syntax error handling.
- HEVC stream bit depth change handling and DPB buffer size change handling through decoder reconfiguration.
- AVC stream DPB buffer size change handling through decoder reconfiguration.
- A new avcodec-based decoder built as a separate
rocdecode-hostlibrary.
Changed
- rocDecode now uses the Cmake
CMAKE_PREFIX_PATHdirective. - Changed asserts in query API calls in RocVideoDecoder utility class to error reports, to avoid hard stop during query in case error occurs and to let the caller decide actions.
libdrm_amdgpuis now explicitly linked with rocdecode.
Removed
GetStream()interface call from RocVideoDecoder utility class.
Optimized
- Decode session starts latency reduction.
- Bitstream type detection optimization in bitstream reader.
Resolved issues
- Fixed a bug in the
videoDecodePicFilespicture files sample that can results in incorrect output frame count. - Fixed a decoded frame output issue in video size change cases.
- Removed incorrect asserts of
bitdepth_minus_8inGetBitDepth()andnum_chroma_planesinGetNumChromaPlanes()API calls in the RocVideoDecoder utility class.
rocFFT (1.0.34)
Added
- Support for gfx950.
Removed
- Removed
rocfft-riderlegacy compatibility from clients. - Removed support for the gfx940 and gfx941 targets from the client programs.
- Removed backward compatibility symlink for include directories.
Optimized
- Removed unnecessary HIP event/stream allocation and synchronization during MPI transforms.
- Implemented single-precision 1D kernels for lengths:
- 4704
- 5488
- 6144
- 6561
- 8192
- Implemented single-kernel plans for some large 1D problem sizes, on devices with at least 160KiB of LDS.
Resolved issues
- Fixed kernel faults on multi-device transforms that gather to a single device, when the input/output bricks are not
contiguous.
ROCgdb (16.3)
Added
- Support for the
gfx950architectures.
Removed
- Support for the
gfx940andgfx941architectures.
rocJPEG (1.1.0)
Added
- cmake config files.
- CTEST - New tests were introduced for JPEG batch decoding using various output formats, such as yuv_planar, y, rgb, and rgb_planar, both with and without region-of-interest (ROI).
Changed
- Readme - cleanup and updates to pre-reqs.
- The
decode_paramsargument of therocJpegDecodeBatchedAPI is now an array ofRocJpegDecodeParamsstructs representing the decode parameters for the batch of JPEG images. libdrm_amdgpuis now explicitly linked with rocjpeg.
Removed
- Dev Package - No longer installs pkg-config.
Resolved issues
- Fixed a bug that prevented copying the decoded image into the output buffer when the output buffer is larger than the input image.
- Resolved an issue with resizing the internal memory pool by utilizing the explicit constructor of the vector's type during the resizing process.
- Addressed and resolved CMake configuration warnings.
ROCm Bandwidth Test (2.6.0)
Added
- Plugin architecture:
-
rocm_bandwidth_testis now theframeworkfor individualpluginsand features. Theframeworkis available at:/opt/rocm/bin/ -
Individual
plugins: Theplugins(shared libraries) are available at:/opt/rocm/lib/rocm_bandwidth_test/plugins/
-
Review the [README](https://github.com/ROCm/rocm_bandwidth_test/blob/amd-mainline/README.md) file for details about the new options and outputs.
Changed
- The
CLIand options/parameters have changed due to the new plugin architecture, where the plugin parameters are parsed by the plugin.
Removed
- The old CLI, parameters, and switches.
ROCm Compute Profiler (3.2.3)
Added
CDNA4 (AMD Instinct MI350/MI355) support
-
Support for AMD Instinct MI350 Series GPUs with the addition of the following counters:
- VALU co-issue (Two VALUs are issued instructions) efficiency
- Stream Processor Instruction (SPI) Wave Occupancy
- Scheduler-Pipe Wave Utilization
- Scheduler FIFO Full Rate
- CPC ADC Utilization
- F6F4 data type metrics
- Update formula for total FLOPs while taking into account F6F4 ops
- LDS STORE, LDS LOAD, LDS ATOMIC instruction count metrics
- LDS STORE, LDS LOAD, LDS ATOMIC bandwidth metrics
- LDS FIFO full rate
- Sequencer -> TA ADDR Stall rates
- Sequencer -> TA CMD Stall rates
- Sequencer -> TA DATA Stall rates
- L1 latencies
- L2 latencies
- L2 to EA stalls
- L2 to EA stalls per channel
-
Roofline support for AMD Instinct MI350 Series GPUs.
Textual User Interface (TUI) (beta version)
- Text User Interface (TUI) support for analyze mode
- A command line based user interface to support interactive single-run analysis.
- To launch, use
--tuioption in analyze mode. For example,rocprof-compute analyze --tui.
PC Sampling (beta version)
-
Stochastic (hardware-based) PC sampling has been enabled for AMD Instinct MI300X Series and later GPUs.
-
Host-trap PC Sampling has been enabled for AMD Instinct MI200 Series and later GPUs.
-
Support for sorting of PC sampling by type: offset or count.
-
PC Sampling Support on CLI and TUI analysis.
Roofline
-
Support for Roofline plot on CLI (single run) analysis.
-
FP4andFP6data types have been added for roofline profiling on AMD Instinct MI350 Series.
rocprofv3 support
rocprofv3is supported as the default backend for profiling.- Support to obtain performance information for all channels for TCC counters.
- Support for profiling on AMD Instinct MI 100 using
rocprofv3. - Deprecation warning for
rocprofv3interface in favor of the ROCprofiler-SDK interface, which directly accessesrocprofv3C++ tool.
Others
-
Docker files to package the application and dependencies into a single portable and executable standalone binary file.
-
Analysis report based filtering
-boption in profile mode now also accepts metric id(s) for analysis report based filtering.-boption in profile mode also accepts hardware IP block for filtering; however, this filter support will be deprecated soon.--list-metricsoption added in profile mode to list possible metric id(s), similar to analyze mode.
-
Support MEM chart on CLI (single run).
-
--specs-correctionoption to provide missing system specifications for analysis.
Changed
- Changed the default
rocprofversion torocprofv3. This is used when environment variableROCPROFis not set. - Changed
normal_unitdefault toper_kernel. - Decreased profiling time by not collecting unused counters in post-analysis.
- Updated Dash to >=3.0.0 (for web UI).
- Changed the condition when Roofline PDFs are generated during general profiling and
--roof-onlyprofiling (skip only when--no-roofoption is present). - Updated Roofline binaries:
- Rebuild using latest ROCm stack.
- Minimum OS distribution support minimum for roofline feature is now Ubuntu 22.04, RHEL 8, and SLES15 SP6.
Removed
- Roofline support for Ubuntu 20.04 and SLES below 15.6.
- Removed support for AMD Instinct MI50 and MI60.
Optimized
- ROCm Compute Profiler CLI has been improved to better display the GPU architecture analytics.
Resolved issues
- Fixed kernel name and kernel dispatch filtering when using
rocprofv3. - Fixed an issue of TCC channel counters collection in
rocprofv3. - Fixed peak FLOPS of
F8,I8,F16, andBF16on AMD Instinct MI300. - Fixed not detecting memory clock issue when using
amd-smi. - Fixed standalone GUI crashing.
- Fixed L2 read/write/atomic bandwidths on AMD Instinct MI350 Series.
Known issues
-
On AMD Instinct MI100, accumulation counters are not collected, resulting in the following metrics failing to show up in the analysis: Instruction Fetch Latency, Wavefront Occupancy, LDS Latency.
- As a workaround, use the environment variable
ROCPROF=rocprof, to userocprof v1for profiling on AMD Instinct MI100.
- As a workaround, use the environment variable
-
GPU id filtering is not supported when using
rocprofv3. -
Analysis of previously collected workload data will not work due to sysinfo.csv schema change.
- As a workaround, re-run the profiling operation for the workload and interrupt the process after 10 seconds.
Followed by copying thesysinfo.csvfile from the new data folder to the old one.
This assumes your system specification hasn't changed since the creation of the previous workload data.
- As a workaround, re-run the profiling operation for the workload and interrupt the process after 10 seconds.
-
Analysis of new workloads might require providing shader/memory clock speed using
--specs-correctionoperation if amd-smi or rocminfo does not provide clock speeds. -
Memory chart on ROCm Compute Profiler CLI might look corrupted if the CLI width is too narrow.
-
Roofline feature is currently not functional on Azure Linux 3.0 and Debian 12.
Upcoming changes
rocprof v1/v2/v3interfaces will be removed in favor of the ROCprofiler-SDK interface, which directly accessesrocprofv3C++ tool. Usingrocprof v1/v2/v3interfaces will trigger a deprecation warning.- To use ROCprofiler-SDK interface, set environment variable
ROCPROF=rocprofiler-sdkand optionally provide profile mode option--rocprofiler-sdk-library-path /path/to/librocprofiler-sdk.so. Add--rocprofiler-sdk-library-pathruntime option to choose the path to ROCprofiler-SDK library to be used.
- To use ROCprofiler-SDK interface, set environment variable
- Hardware IP block based filtering using
-boption in profile mode will be removed in favor of analysis report block based filtering using-boption in profile mode. - MongoDB database support will be removed, and a deprecation warning has been added to the application interface.
- Usage of
rocm-smiis deprecated in favor ofamd-smi, and a deprecation warning has been added to the application interface.
ROCm Data Center Tool (1.1.0)
Added
- More profiling and monitoring metrics, especially for AMD Instinct MI300 and newer GPUs.
- Advanced logging and debugging options, including new log levels and troubleshooting guidance.
Changed
- Completed migration from legacy ROCProfiler to ROCprofiler-SDK.
- Reorganized the configuration files internally and improved README/installation instructions.
- Updated metrics and monitoring support for the latest AMD data center GPUs.
Optimized
- Integration with ROCprofiler-SDK for performance metrics collection.
- Standalone and embedded operating modes, including streamlined authentication and configuration options.
- Support and documentation for diagnostic commands and GPU group management.
- RVS test integration and reporting.
ROCm SMI (7.8.0)
Added
- Support for GPU metrics 1.8.
- Added new fields for
rsmi_gpu_metrics_tincluding:- Adding the following metrics to allow new calculations for violation status:
- Per XCP metrics
gfx_below_host_limit_ppt_acc[XCP][MAX_XCC]- GFX Clock Host limit Package Power Tracking violation counts. - Per XCP metrics
gfx_below_host_limit_thm_acc[XCP][MAX_XCC]- GFX Clock Host limit Thermal (TVIOL) violation counts. - Per XCP metrics
gfx_low_utilization_acc[XCP][MAX_XCC]- violation counts for how did low utilization caused the GPU to be below application clocks. - Per XCP metrics
gfx_below_host_limit_total_acc[XCP][MAX_XCC]- violation counts for how long GPU was held below application clocks any limiter (see above new violation metrics).
- Increasing available JPEG engines to 40.
Current ASICs may not support all 40. These will be indicated as UINT16_MAX or N/A in CLI.
- Added new fields for
Removed
- Removed backwards compatibility for
rsmi_dev_gpu_metrics_info_get()'sjpeg_activityandvcn_activityfields. Alternatively usexcp_stats.jpeg_busyandxcp_stats.vcn_busy.- Backwards compatibility is removed for
jpeg_activityandvcn_activityfields, if thejpeg_busyorvcn_busyfield is available.- Providing both
vcn_activity/jpeg_activityand XCP (partition) statsvcn_busy/jpeg_busycaused confusion for users about which field to use. By removing backward compatibility, it is easier to identify the relevant field. - The
jpeg_busyfield increased in size (for supported ASICs), making backward compatibility unable to fully copy the structure intojpeg_activity.
- Providing both
- Backwards compatibility is removed for
See the full [ROCm SMI changelog](https://github.com/ROCm/rocm_smi_lib/blob/release/rocm-rel-7.0/CHANGELOG.md) for details, examples, and in-depth descriptions.
ROCm Systems Profiler (1.1.0)
Added
- Profiling and metric collection capabilities for VCN engine activity, JPEG engine activity, and API tracing for rocDecode, rocJPEG, and VA-APIs.
- How-to document for VCN and JPEG activity sampling and tracing.
- Support for tracing Fortran applications.
- Support for tracing MPI API in Fortran.
Changed
- Replaced ROCm SMI backend with AMD SMI backend for collecting GPU metrics.
- ROCprofiler-SDK is now used to trace RCCL API and collect communication counters.
- Use the setting
ROCPROFSYS_USE_RCCLP = ONto enable profiling and tracing o
- Use the setting