ROCm 6.1.5 release notes#
2025-03-04
5 min read time
The release notes provide a summary of notable changes since the previous ROCm release.
Note
If you’re using Radeon™ PRO or Radeon GPUs in a workstation setting with a display connected, see the Use ROCm on Radeon GPUs documentation to verify compatibility and system requirements.
Release highlights#
The following is the notable improvement in ROCm 6.1.5.
Fixed compatibility issue with third-party profiling tools using ROCprofiler-SDK backend#
rocprofiler-register library has resolved the profiling tools compatibility issue where applications potentially failed with the error message rocprofiler_configure not found. Tried to dlopen
. This prevents a failure when profiling ROCm 6.1 applications using third-party profiling tools upgraded to use ROCprofiler-SDK in ROCm 6.2.0 or later.
Operating system support#
ROCm 6.1.5 no longer supports CentOS 7.9. All other operating system support from ROCm 6.1.2 remains unchanged in this release.
ROCm 6.1.5 requires the native package manager.
See the Compatibility matrix for more information about operating system compatibility.
ROCm components#
The following table lists the versions of ROCm components for ROCm 6.1.5. Click 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 | |
MIGraphX | 2.9 | |||
MIOpen | 3.1.0 | |||
MIVisionX | 2.5.0 | |||
rocDecode | 0.6.0 | |||
RPP | 1.5.0 | |||
Communication | RCCL | 2.18.6 | ||
Math | hipBLAS | 2.1.0 | ||
hipBLASLt | 0.7.0 | |||
hipFFT | 1.0.14 | |||
hipfort | 0.4.0 | |||
hipRAND | 2.10.16 | |||
hipSOLVER | 2.1.1 | |||
hipSPARSE | 3.0.1 | |||
hipSPARSELt | 0.2.0 | |||
rocALUTION | 3.1.1 | |||
rocBLAS | 4.1.2 | |||
rocFFT | 1.0.27 | |||
rocRAND | 3.0.1 | |||
rocSOLVER | 3.25.0 | |||
rocSPARSE | 3.1.2 | |||
rocWMMA | 1.4.0 | |||
Tensile | 4.40.0 | |||
Primitives | hipCUB | 3.1.0 | ||
hipTensor | 1.2.0 | |||
rocPRIM | 3.1.0 | |||
rocThrust | 3.0.1 | |||
Tools | System management | AMD SMI | 24.5.1 | |
rocminfo | 1.0.0 | |||
ROCm Data Center Tool | 0.3.0 | |||
ROCm SMI | 7.2.0 | |||
ROCm Validation Suite | 1.0.0 | |||
Performance | ROCm Bandwidth Test | 1.4.0 | ||
ROCProfiler | 2.0.0 | |||
ROCTracer | 4.1.0 | |||
Development | HIPIFY | 17.0.0 | ||
ROCdbgapi | 0.71.0 | |||
ROCm CMake | 0.12.0 | |||
ROCm Debugger (ROCgdb) | 14.1 | |||
ROCr Debug Agent | 2.0.3 | |||
Compilers | HIPCC | 1.0.0 | ||
llvm-project | 17.0.0 | |||
Runtimes | HIP | 6.1 | ||
ROCr Runtime | 1.13.0 |
ROCm known issues#
ROCm known issues are tracked on GitHub.
ROCm upcoming changes#
A future release will enable the use of HIPCC compiled binaries
hipcc.bin
andhipconfig.bin
by default. No action is needed by users; you may continue calling high-level Perl scriptshipcc
andhipconfig
.hipcc.bin
andhipconfig.bin
will be invoked by the high-level Perl scripts. To revert to the previous behavior and invokehipcc.pl
andhipconfig.pl
, set theHIP_USE_PERL_SCRIPTS
environment variable to1
.A subsequent release will remove high-level HIPCC Perl scripts from
hipcc
andhipconfig
. This release will remove theHIP_USE_PERL_SCRIPTS
environment variable. It will renamehipcc.bin
andhipconfig.bin
tohipcc
andhipconfig
respectively. No action is needed by the users. To revert to the previous behavior, invokehipcc.pl
andhipconfig.pl
explicitly.A subsequent release will remove
hipcc.pl
andhipconfig.pl
for HIPCC.