Skip to content
24 changes: 12 additions & 12 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html

# ROCm version numbers
rocm_version = '7.2.1'
rocm_version = '7.2.2'
rocm_major_version = '7.0'
rocm_multi_versions = '7.2 7.1.1' # in 6.3, the folder names on repo.radeon.com use 6.3 for minor releases
rocm_multi_versions_new = '7.2.1 7.2'
rocm_multi_versions_package_versions = '7.2.0 7.1.1' # however, in multi, the packages use 6.3.0
rocm_multi_versions_package_versions_new = '7.2.1 7.2.0'
rocm_directory_version = '7.2.1' # in 6.0 rocm was located in /opt/rocm-6.0.0
amdgpu_version = '7.2.1' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/
amdgpu_install_version = '7.2.1.70201-1' # version in https://repo.radeon.com/amdgpu-install/6.0.2/ubuntu/jammy/
rocm_multi_versions = '7.2.2 7.2.1' # in 6.3, the folder names on repo.radeon.com use 6.3 for minor releases
rocm_multi_versions_new = '7.2.2 7.2.1'
rocm_multi_versions_package_versions = '7.2.2 7.2.1' # however, in multi, the packages use 6.3.0
rocm_multi_versions_package_versions_new = '7.2.2 7.2.1'
rocm_directory_version = '7.2.2' # in 6.0 rocm was located in /opt/rocm-6.0.0
amdgpu_version = '7.2.2' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/
amdgpu_install_version = '7.2.2.70202-1' # version in https://repo.radeon.com/amdgpu-install/6.0.2/ubuntu/jammy/
udev_version = '30.30.1.0-2303411'
udev_amdgpu_version = '30.30.1'

Expand All @@ -31,8 +31,8 @@
project = "ROCm installation on Linux"
author = "Advanced Micro Devices, Inc."
copyright = "Copyright (c) 2026 Advanced Micro Devices, Inc. All rights reserved."
version = "7.2.1"
release = "7.2.1"
version = "7.2.2"
release = "7.2.2"
setting_all_article_info = True
all_article_info_os = ["linux"]
all_article_info_author = ""
Expand All @@ -47,9 +47,9 @@
sles_version_numbers = ['15.7']
ol_release_version_numbers = ['10', '9', '8']
ol_version_numbers = ['10.1', '9.7', '8.10']
ol_multi_versions = ['10.0', '9.6', '8.10']
ol_multi_versions = ['10.1', '9.7', '8.10']
rl_version_numbers = ['9.7']
rl_multi_versions = ['9.6']
rl_multi_versions = ['9.7']

exclude_patterns = [
'temp',
Expand Down
Binary file modified docs/data/how-to/rocm-runfile-driver-menu-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/data/how-to/rocm-runfile-main-menu-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/data/how-to/rocm-runfile-postinstall-menu-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/data/how-to/rocm-runfile-preinstall-menu-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/data/how-to/rocm-runfile-rocm-menu-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/data/how-to/rocm-runfile-rocm-menu-uninstall-3b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/install/detailed-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

.. _detailed-install-overview:

*************************************************************
ROCm on Linux detailed installation overview
*************************************************************
****************
Detailed install
****************

To install ROCm, please follow these steps

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
Oracle Linux multi-version installation
*****************************************

.. note::

Multi-version ROCm installation is not currently supported on Oracle Linux 10.1 and 9.7.

.. caution::

Ensure that the :doc:`/install/prerequisites` are met.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
Rocky Linux multi-version installation
*******************************************************

.. note::

Multi-version ROCm installation is not currently supported on Rocky 9.7.

.. caution::

Ensure that the :doc:`/install/prerequisites` are met.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Register packages
# Register ROCm packages
sudo tee /etc/apt/sources.list.d/rocm.list << EOF
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/|rocm_version| {{ os_release }} main
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/graphics/|rocm_version|/ubuntu {{ os_release }} main
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/graphics/7.2.1/ubuntu {{ os_release }} main
EOF
sudo tee /etc/apt/preferences.d/rocm-pin-600 << EOF
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Register ROCm repositories
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key

[amdgraphics]
name=AMD Graphics |rocm_directory_version| repository
name=AMD Graphics 7.2.1 repository
{% if os_major == '9' -%}
baseurl=https://repo.radeon.com/graphics/|rocm_version|/el/{{ os_version }}/main/x86_64/
baseurl=https://repo.radeon.com/graphics/7.2.1/el/{{ os_version }}/main/x86_64/
{%- else -%}
baseurl=https://repo.radeon.com/graphics/|rocm_version|/el/{{ os_major }}/main/x86_64/
baseurl=https://repo.radeon.com/graphics/7.2.1/el/{{ os_major }}/main/x86_64/
{%- endif %}
enabled=1
priority=50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ Registering ROCm repositories
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key

[amdgraphics]
name=AMD Graphics |rocm_directory_version| repository
name=AMD Graphics 7.2.1 repository
{% if os_major == '9' -%}
baseurl=https://repo.radeon.com/graphics/|rocm_version|/el/{{ os_version }}/main/x86_64/
baseurl=https://repo.radeon.com/graphics/7.2.1/el/{{ os_version }}/main/x86_64/
{%- else -%}
baseurl=https://repo.radeon.com/graphics/|rocm_version|/el/{{ os_major }}/main/x86_64/
baseurl=https://repo.radeon.com/graphics/7.2.1/el/{{ os_major }}/main/x86_64/
{%- endif %}
enabled=1
priority=50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Registering ROCm repositories
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key

[amdgraphics]
name=AMD Graphics |rocm_directory_version| repository
baseurl=https://repo.radeon.com/graphics/|rocm_version|/el/{{ os_version }}/main/x86_64/
name=AMD Graphics 7.2.1 repository
baseurl=https://repo.radeon.com/graphics/7.2.1/el/{{ os_version }}/main/x86_64/
enabled=1
priority=50
gpgcheck=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Registering ROCm repositories
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key

[amdgraphics]
name=AMD Graphics |rocm_directory_version| repository
baseurl=https://repo.radeon.com/graphics/|rocm_version|/sle/{{ os_version }}/main/x86_64/
name=AMD Graphics 7.2.1 repository
baseurl=https://repo.radeon.com/graphics/7.2.1/sle/{{ os_version }}/main/x86_64/
enabled=1
priority=50
gpgcheck=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Register packages

sudo tee /etc/apt/sources.list.d/rocm.list << EOF
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/|rocm_version| {{ os_release }} main
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/graphics/|rocm_version|/ubuntu {{ os_release }} main
deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/graphics/7.2.1/ubuntu {{ os_release }} main
EOF

sudo tee /etc/apt/preferences.d/rocm-pin-600 << EOF
Expand Down
2 changes: 1 addition & 1 deletion docs/install/post-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Use the following ROCm tools to verify that installation was successful:

.. code-block:: bash

AMDSMI Tool: 26.2.2+e1a6bc5663 | AMDSMI Library version: 26.2.2 | ROCm version: 7.2.1 | amdgpu version: 6.16.13 | hsmp version: N/A
AMDSMI Tool: 26.2.2+9e265e95a2 | AMDSMI Library version: 26.2.2 | ROCm version: 7.2.2 | amdgpu version: 6.16.13 | hsmp version: N/A

Troubleshooting
=====================================================
Expand Down
Loading
Loading