ROCm 6.1.1 Release #3102
samjwu
announced in
Announcements
Replies: 1 comment
-
No consumer GPU support as before? For example the RX 7800 XT |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ROCm 6.1.1 release notes
ROCm™ 6.1.1 introduces minor fixes and improvements to some tools and libraries.
OS support
ROCm 6.1.1 has been tested against a pre-release version of Ubuntu 22.04.5 (kernel 5.15 [GA], 6.8 [HWE]).
AMD SMI
AMD SMI for ROCm 6.1.1
Additions
amd-smi metric -ecc -ecc-blocks
.Changes
amd-smi metric --ecc-blocks
to show counters available from blocks.amd-smi metric --clock
to reflect each engine.amd-smi topology --json
to align with output reported by host and guest systems.Fixes
amd-smi metric --clock
's clock lock and deep sleep status.amd-smi metric --pcie
andamdsmi_get_pcie_info()
when using RDNA3 (Navi 32 and Navi 31) hardware to prevent "UNKNOWN" reports.amd-smi process
when getting processes running on a device.Removals
amdsmi_get_gpu_process_info
API from the Python library. It was removed from the C library in an earlier release.Known issues
amd-smi bad-pages
can result in aValueError: Null pointer access
error when using some PMU firmware versions.HIPCC
HIPCC for ROCm 6.1.1
Changes
hipcc.bin
andhipconfig.bin
by default. No action is needed by users. You can 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
.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.hipcc.pl
andhipconfig.pl
.ROCm SMI
ROCm SMI for ROCm 6.1.1
Known issues
hipBLASLt
hipBLASLt 0.7.0 for ROCm 6.1.1
Additions
hipblasltExtSoftmax
extension API.hipblasltExtLayerNorm
extension API.hipblasltExtAMax
extension API.GemmTuning
extension parameter to set split-k by user.Deprecations
algoGetHeuristic()
ext API for GroupGemm will be deprecated in a future release of hipBLASLt.hipSOLVER
hipSOLVER 2.1.1 for ROCm 6.1.1
Changes
BUILD_WITH_SPARSE
is now set to OFF on Microsoft Windows.Fixes
BUILD_WITH_SPARSE
is OFF.rocFFT
rocFFT 1.0.27 for ROCm 6.1.1
Additions
Fixes
This discussion was created from the release ROCm 6.1.1 Release.
Beta Was this translation helpful? Give feedback.
All reactions