Files
ROCm/RELEASE.md
Pratik Basyal bf2f24581e ROCm 6.1.5 Release notes and compatibility matrix update (#318)
* 6.1.5 changes updated

* Lint error fixed

* Review feedback added

* Version tabel udpated

* OS note updated

* Initial review feedback incorporated

* Quick fixes

* Minor FIx

* Table Zebra pattern fixed

* Table CSS updated

* Minor update

* CentOS 7.9 support removed

* Quick update

* Native package installation added

* Leo's feedback added

* Link reset to 6.1.5 pre GA
2025-03-13 15:34:33 -04:00

20 KiB
Raw Blame History

ROCm 6.1.5 release notes

The release notes provide a summary of notable changes since the previous ROCm release.

If youre using 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/docs-6.1.3/docs/compatibility/native_linux/native_linux_compatibility.html)
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 {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
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 and hipconfig.bin by default. No action is needed by users; you may continue calling high-level Perl scripts hipcc and hipconfig. hipcc.bin and hipconfig.bin will be invoked by the high-level Perl scripts. To revert to the previous behavior and invoke hipcc.pl and hipconfig.pl, set the HIP_USE_PERL_SCRIPTS environment variable to 1.
  • A subsequent release will remove high-level HIPCC Perl scripts from hipcc and hipconfig. This release will remove the HIP_USE_PERL_SCRIPTS environment variable. It will rename hipcc.bin and hipconfig.bin to hipcc and hipconfig respectively. No action is needed by the users. To revert to the previous behavior, invoke hipcc.pl and hipconfig.pl explicitly.
  • A subsequent release will remove hipcc.pl and hipconfig.pl for HIPCC.