Skip to content

Commit 61c8716

Browse files
authored
7.1.1 release updates (#727)
* version updates * add notes about uninstalling amdgpu-dkms * rewording * add RHEL 10.1 & 9.7 * more rewording * More updates * tweak for consistency * remove RHEL 9.7/10.1 from multi-version install * modify condition to include 10.1 * update udev rules and smi outputs
1 parent 1b951e6 commit 61c8716

16 files changed

+53
-27
lines changed

docs/conf.py

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
# https://www.sphinx-doc.org/en/master/usage/configuration.html
66

77
# ROCm version numbers
8-
rocm_version = '7.1'
8+
rocm_version = '7.1.1'
99
rocm_major_version = '7.0'
10-
rocm_multi_versions = '7.1 7.0.2' # in 6.3, the folder names on repo.radeon.com use 6.3 for minor releases
11-
rocm_multi_versions_package_versions = '7.1.0 7.0.2' # however, in multi, the packages use 6.3.0
12-
rocm_directory_version = '7.1.0' # in 6.0 rocm was located in /opt/rocm-6.0.0
13-
amdgpu_version = '7.1' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/
14-
amdgpu_install_version = '7.1.70100-1' # version in https://repo.radeon.com/amdgpu-install/6.0.2/ubuntu/jammy/
15-
udev_version = '30.20.0.0-2238411'
16-
udev_amdgpu_version = '30.20'
10+
rocm_multi_versions = '7.1.1 7.0.2' # in 6.3, the folder names on repo.radeon.com use 6.3 for minor releases
11+
rocm_multi_versions_package_versions = '7.1.1 7.0.2' # however, in multi, the packages use 6.3.0
12+
rocm_directory_version = '7.1.1' # in 6.0 rocm was located in /opt/rocm-6.0.0
13+
amdgpu_version = '7.1.1' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/
14+
amdgpu_install_version = '7.1.1.70101-1' # version in https://repo.radeon.com/amdgpu-install/6.0.2/ubuntu/jammy/
15+
udev_version = '30.20.1.0-2255209'
16+
udev_amdgpu_version = '30.20.1'
1717

1818

1919
latex_engine = "xelatex"
@@ -41,6 +41,7 @@
4141
debian_udev_versions = [('13', 'noble', '24.04'), ('12', 'jammy', '22.04')]
4242
rhel_release_version_numbers = ['10', '9', '8']
4343
rhel_version_numbers = ['10.1', '10.0', '9.7', '9.6', '9.4', '8.10']
44+
rhel_multi_versions = ['10.0', '9.6', '9.4', '8.10']
4445
sles_version_numbers = ['15.7']
4546
ol_release_version_numbers = ['10', '9', '8']
4647
ol_version_numbers = ['10.0', '9.6', '8.10']
@@ -99,6 +100,7 @@
99100
"sles_version_numbers" : sles_version_numbers,
100101
"rhel_release_version_numbers" : rhel_release_version_numbers,
101102
"rhel_version_numbers" : rhel_version_numbers,
103+
"rhel_multi_versions" : rhel_multi_versions,
102104
"ol_release_version_numbers" : ol_release_version_numbers,
103105
"ol_version_numbers" : ol_version_numbers,
104106
"azl_version_numbers": azl_version_numbers,

docs/install/install-methods/multi-version-install/multi-version-install-debian.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Debian multi-version installation
1010

1111
.. caution::
1212

13-
Ensure that the :doc:`/install/prerequisites` are met before installing.
13+
Ensure that the :doc:`/install/prerequisites` are met.
1414

1515

1616
.. _debian-multi-register-rocm:

docs/install/install-methods/multi-version-install/multi-version-install-ol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Oracle Linux multi-version installation
1010

1111
.. caution::
1212

13-
Ensure that the :doc:`/install/prerequisites` are met before installing.
13+
Ensure that the :doc:`/install/prerequisites` are met.
1414

1515

1616
.. _ol-multi-register-rocm:

docs/install/install-methods/multi-version-install/multi-version-install-rhel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Red Hat Enterprise Linux multi-version installation
1010

1111
.. caution::
1212

13-
Ensure that the :doc:`/install/prerequisites` are met before installing.
13+
Ensure that the :doc:`/install/prerequisites` are met.
1414

1515
.. _rhel-multi-register-rocm:
1616

@@ -20,7 +20,7 @@ Registering ROCm repositories
2020
.. datatemplate:nodata::
2121
2222
.. tab-set::
23-
{% for os_version in config.html_context['rhel_version_numbers'] %}
23+
{% for os_version in config.html_context['rhel_multi_versions'] %}
2424
{% set os_major, _ = os_version.split('.') %}
2525
.. tab-item:: RHEL {{ os_version }}
2626
:sync: rhel-{{ os_version }}

docs/install/install-methods/multi-version-install/multi-version-install-rl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Rocky Linux multi-version installation
1010

1111
.. caution::
1212

13-
Ensure that the :doc:`/install/prerequisites` are met before installing.
13+
Ensure that the :doc:`/install/prerequisites` are met.
1414

1515
.. _rl-multi-register-rocm:
1616

docs/install/install-methods/multi-version-install/multi-version-install-sles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SUSE Linux Enterprise Server multi-version installation
1010

1111
.. caution::
1212

13-
Ensure that the :doc:`/install/prerequisites` are met before installing.
13+
Ensure that the :doc:`/install/prerequisites` are met.
1414

1515
.. _sles-multi-register-rocm:
1616

docs/install/install-methods/multi-version-install/multi-version-install-ubuntu.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ubuntu multi-version installation
1010

1111
.. caution::
1212

13-
Ensure that the :doc:`/install/prerequisites` are met before installing.
13+
Ensure that the :doc:`/install/prerequisites` are met.
1414

1515
.. _ubuntu-multi-register-rocm:
1616

docs/install/install-methods/package-manager/package-manager-debian.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Debian native installation
88

99
.. caution::
1010

11-
Ensure that the :doc:`/install/prerequisites` are met before installing.
11+
Ensure that the :doc:`/install/prerequisites` are met.
1212

1313
.. Note::
1414

docs/install/install-methods/package-manager/package-manager-ol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Oracle Linux native installation
99

1010
.. caution::
1111

12-
Ensure that the :doc:`/install/prerequisites` are met before installing.
12+
Ensure that the :doc:`/install/prerequisites` are met.
1313

1414
.. Note::
1515

docs/install/install-methods/package-manager/package-manager-rhel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Red Hat Enterprise Linux native installation
99

1010
.. caution::
1111

12-
Ensure that the :doc:`/install/prerequisites` are met before installing.
12+
Ensure that the :doc:`/install/prerequisites` are met.
1313

1414
.. Note::
1515

@@ -43,7 +43,7 @@ Registering ROCm repositories
4343
4444
[amdgraphics]
4545
name=AMD Graphics |rocm_directory_version| repository
46-
{% if os_major == '9' -%}
46+
{% if os_major == '9' or os_version == '10.1' -%}
4747
baseurl=https://repo.radeon.com/graphics/|rocm_version|/el/{{ os_version }}/main/x86_64/
4848
{%- else -%}
4949
baseurl=https://repo.radeon.com/graphics/|rocm_version|/el/{{ os_major }}/main/x86_64/

0 commit comments

Comments
 (0)