mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-10 07:08:08 -05:00
Add \n to top of 6.0.2 template Update RELEASE.md and 6.1.1.md Regenerate changelog Add minor wording changes in RELEASE.md Incorporate Leo's feedback Reformat RELEASE.md to fix build issue Fixes an issue preventing Changelog from appearing in the TOC. Update AMDSMI link & change 'release highlights' to 'release notes' Change AMD SMI link from develop to docs/6.1.1
5.3 KiB
5.3 KiB
ROCm 6.1.1 release notes
ROCm™ 6.1.1 introduces minor fixes and improvements to some tools and libraries.
AMD SMI
AMD SMI for ROCm 6.1.1
Additions
- Added deferred error correctable counts to
amd-smi metric -ecc -ecc-blocks.
Changes
- Updated the output of
amd-smi metric --ecc-blocksto show counters available from blocks. - Updated the output of
amd-smi metric --clockto reflect each engine. - Updated the output of
amd-smi topology --jsonto align with output reported by host and guest systems.
Fixes
- Fixed
amd-smi metric --clock's clock lock and deep sleep status. - Fixed an issue that would cause an error when resetting non-AMD GPUs.
- Fixed
amd-smi metric --pcieandamdsmi_get_pcie_info()when using Navi 32 and Navi 31 hardware to prevent "UNKNOWN" reports. - Fixed the output results of
amd-smi processwhen getting processes running on a device.
Removals
- Removed the
amdsmi_get_gpu_process_infoAPI from the Python library. It was removed from the C library in an earlier release.
Known issues
amd-smi bad-pagescan result in aValueError: Null pointer accesserror when using some PMU firmware versions.
See the [detailed changelog](https://github.com/ROCm/amdsmi/blob/docs/6.1.1/CHANGELOG.md) with code samples for more information.
HIPCC
HIPCC for ROCm 6.1.1
Changes
- Upcoming: ROCm 6.2 will enable use of compiled binaries
hipcc.binandhipconfig.binby default. No action is needed by users. You can continue calling high-level Perl scriptshipccandhipconfig.hipcc.binandhipconfig.binwill be invoked by the high-level Perl scripts. To revert to the previous behavior and invokehipcc.plandhipconfig.pl, set theHIP_USE_PERL_SCRIPTSenvironment variable to1. - Upcoming: ROCm 6.3 will remove high-level Perl scripts
hipccandhipconfig. This release will remove theHIP_USE_PERL_SCRIPTSenvironment variable. It will renamehipcc.binandhipconfig.bintohipccandhipconfigrespectively. No action is needed by the users. To revert to the previous behavior, invokehipcc.plandhipconfig.plexplicitly. - Upcoming: ROCm 7.0 will remove
hipcc.plandhipconfig.pl.
HIPIFY
HIPIFY for ROCm 6.1.1
Additions
- Added support for LLVM 18.1.2.
- Added support for cuDNN 9.0.0.
- Added a new option:
--clang-resource-directoryto specify the clang resource path (the path to the parent folder for theincludefolder that contains__clang_cuda_runtime_wrapper.hand other header files used during the hipification process).
Library changes in ROCm 6.1.1
| Library | Version |
|---|---|
| AMDMIGraphX | 2.9 |
| hipBLAS | 2.1.0 |
| hipCUB | 3.1.0 |
| hipFFT | 1.0.14 |
| hipRAND | 2.10.17 |
| hipSOLVER | 2.1.0 ⇒ 2.1.1 |
| hipSPARSE | 3.0.1 |
| hipTensor | 1.2.0 |
| MIOpen | 3.1.0 |
| MIVisionX | 2.5.0 |
| rccl | 2.18.6 |
| rocALUTION | 3.1.1 |
| rocBLAS | 4.1.0 |
| rocFFT | 1.0.26 ⇒ 1.0.27 |
| rocm-cmake | 0.12.0 |
| rocPRIM | 3.1.0 |
| rocRAND | 3.0.1 |
| rocSOLVER | 3.25.0 |
| rocSPARSE | 3.1.2 |
| rocThrust | 3.0.1 |
| rocWMMA | 1.4.0 |
| rpp | 1.5.0 |
| Tensile | 4.40.0 |
hipSOLVER 2.1.1
hipSOLVER 2.1.1 for ROCm 6.1.1
Changes
- By default,
BUILD_WITH_SPARSEis now set to OFF on Microsoft Windows.
Fixes
- Fixed benchmark client build when
BUILD_WITH_SPARSEis OFF.
rocFFT 1.0.27
rocFFT 1.0.27 for ROCm 6.1.1
Additions
- Enable multi-gpu testing on systems without direct GPU-interconnects
Fixes
- Fixed kernel launch failure on execute of very large odd-length real-complex transforms.