diff --git a/docs/compatibility/compatibility-matrix.rst b/docs/compatibility/compatibility-matrix.rst index 492cf2e..b2a4d7d 100644 --- a/docs/compatibility/compatibility-matrix.rst +++ b/docs/compatibility/compatibility-matrix.rst @@ -6,17 +6,17 @@ Compatibility matrix ************************************************************************************** -The AMD GPU Driver (amdgpu) 30.30.0 is compatible with ROCm 7.2.x, 7.1.x, 7.0.x, 6.4.x, and 6.3.x. For more information, see `AMD GPU Driver (amdgpu) support matrix -`__. +The AMD GPU Driver (amdgpu) 31.10.0 is compatible with ROCm 7.11.0. For more information, see `ROCm 7.11.0 compatibility matrix +`__. ====================================== Operating system and kernel version ====================================== -See `Supported operating systems `_ for ROCm supported operating systems and their kernel versions. +See `Operating system support `_ for ROCm supported operating systems and their kernel versions. ============= GPU support ============= -See `Supported GPUs `_ for the list of supported AMD Instinct™, Radeon™ PRO, and Radeon GPUs. +See `Hardware support `_ for the list of supported AMD Instinct™, Radeon™ PRO, Radeon, and Ryzen™ AI GPUs. diff --git a/docs/conf.py b/docs/conf.py index 1e410ac..d42a4bc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,25 +7,25 @@ html_context["READTHEDOCS"] = True project = "AMD GPU Driver (amdgpu)" -version = "30.30.0" -rocm_version = '7.2' -rocm_directory_version = '7.2.0' # in 6.0 rocm was located in /opt/rocm-6.0.0 -amdgpu_version = '30.30' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/ -amdgpu_url_version = '30.30' +version = "31.10.0" +rocm_version = '7.11' +rocm_directory_version = '7.11.0' # in 6.0 rocm was located in /opt/rocm-6.0.0 +amdgpu_version = '31.10' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/ +amdgpu_url_version = '31.10' release = version html_title = f"AMD GPU Driver (amdgpu) {version}" author = "Advanced Micro Devices, Inc." -copyright = "Copyright (c) 2025 Advanced Micro Devices, Inc. All rights reserved." +copyright = "Copyright (c) 2026 Advanced Micro Devices, Inc. All rights reserved." # Supported linux version numbers ubuntu_version_numbers = [('24.04', 'noble'), ('22.04', 'jammy')] debian_version_numbers = [('13', 'noble'), ('12', 'jammy')] rhel_release_version_numbers = ['10', '9', '8'] rhel_version_numbers = ['10.1', '10.0', '9.7', '9.6', '9.4', '8.10'] -sles_version_numbers = ['15.7'] +sles_version_numbers = ['16.0', '15.7'] ol_release_version_numbers = ['10', '9', '8'] -ol_version_numbers = ['10.0', '9.6', '8.10'] -rl_version_numbers = ['9.6'] +ol_version_numbers = ['10.1', '9.6', '8.10'] +rl_version_numbers = ['9.7'] html_context = { "ubuntu_version_numbers" : ubuntu_version_numbers, @@ -43,6 +43,7 @@ html_theme = "rocm_docs_theme" html_theme_options = { "flavor": "amdgpu", + "announcement": f"AMD GPU Driver {version} is a technology preview intended for use only with AMD ROCm 7.11.0 technology preview.", "link_main_doc": True, # Add any additional theme options here } @@ -60,7 +61,8 @@ # Add the following replacements to every RST file. rst_prolog = f""" .. |rocm_version| replace:: {rocm_version} +.. |version| replace:: {version} .. |amdgpu_version| replace:: {amdgpu_version} .. |amdgpu_url_version| replace:: {amdgpu_url_version} .. |rocm_directory_version| replace:: {rocm_directory_version} -""" +""" \ No newline at end of file diff --git a/docs/documentation/release-notes.md b/docs/documentation/release-notes.md index b128ad7..a027781 100644 --- a/docs/documentation/release-notes.md +++ b/docs/documentation/release-notes.md @@ -1,23 +1,19 @@ -# AMD GPU Driver (amdgpu) 30.30.0 release notes +# AMD GPU Driver (amdgpu) 31.10.0 release notes -The release notes provide release highlights and resolved issues since the previous AMD GPU Driver release (30.20.1). +The release notes provide release highlights and resolved issues since the previous AMD GPU Driver release (30.30.0). ## Release highlights -The following are notable new features and improvements in AMD GPU Driver 30.30.0. +This is the first AMD GPU driver released alongside [TheRock](https://github.com/ROCm/TheRock), the new open build and release system. It also includes general stability and robustness improvements to the VCN (Video Core Next) software through ongoing mainline integration. + +The following are notable new features and improvements in AMD GPU Driver 31.10.0. ### Operating system and hardware support changes -This release doesn't introduce operating system or hardware support changes. +This release introduces support for Ubuntu 24.04.4 HWE (Hardware Enablement Stack). For compatibility between AMD GPU Driver, ROCm, GPUs, and operating systems, see the [Compatibility matrix](../compatibility/compatibility-matrix.rst). ## Resolved issues -The following previously known issues have been resolved in this release: - -- Resolved an issue where several GDB unit tests were timing out because the test application sent a `kill` command to the kernel while it was still shutting down VM entities, and the VM release work queue was active. - -- Resolved an issue where `MEM_USAGE` showed values in exabytes during KFD tests. - -- Resolved errors that occurred during the execution of the `mem_leak_hip_samples` test. +Addressed a potential VCN5 vulnerability by using DMA copy instead of software copy. diff --git a/docs/install/detailed-install/package-manager/package-manager-ol.rst b/docs/install/detailed-install/package-manager/package-manager-ol.rst index 7980b7d..836cb09 100644 --- a/docs/install/detailed-install/package-manager/package-manager-ol.rst +++ b/docs/install/detailed-install/package-manager/package-manager-ol.rst @@ -33,11 +33,7 @@ Register kernel-mode driver sudo tee /etc/yum.repos.d/amdgpu.repo <`_ - `ROCm installation guide (Linux) `_ -- `HIP documentation `_ +- `HIP documentation `_ \ No newline at end of file diff --git a/docs/release/versions.rst b/docs/release/versions.rst index 1c7369c..4b2b30a 100644 --- a/docs/release/versions.rst +++ b/docs/release/versions.rst @@ -12,6 +12,7 @@ AMD GPU Driver (amdgpu) release history :header: "Version","Release date" :widths: 10, 30 + "`31.10.0 `_", "February 11, 2026" "`30.30.0 `_", "January 21, 2026" "`30.20.1 `_", "November 26, 2025" "`30.20.0 `_", "October 30, 2025"