From 7a105d3e1ced3c33e7aab53ff67eea2aae643ae9 Mon Sep 17 00:00:00 2001 From: randyh62 <42045079+randyh62@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:21:47 -0800 Subject: [PATCH 1/2] Update HIP SDK version to 6.2.1 (#16) * Update HIP SDK version to 6.2.1 * Update docs/index.rst * Update docs/index.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Update docs/index.rst --------- Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> --- docs/conf.py | 2 +- docs/index.rst | 22 +++++++++------------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index df109f2..0a15ca1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ from rocm_docs import ROCmDocs # This is the latest supported ROCm version supported by Windows -win_rocm_version = '5.7' +win_rocm_version = '6.1.2' # Radeon Software Pro Installer version bundled with the HIP SDK installer radeon_software_pro_version = '23.30' diff --git a/docs/index.rst b/docs/index.rst index 00b82a0..33e8d7a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,10 +6,9 @@ HIP SDK installation for Windows ******************************** -The Heterogeneous-computing Interface for Portability (HIP) SDK for Windows brings a subset of the -:doc:`ROCm ` platform to Windows. It provides APIs -and tooling to leverage the computational power of accelerators -and GPUs to create high-performance, portable applications using +The HIP SDK for Windows brings a subset of the :doc:`ROCm ` +platform to Windows. It provides APIs and tooling to leverage the computational power +of accelerators and GPUs to create high-performance, portable applications using :doc:`HIP `. HIP SDK changes @@ -17,8 +16,7 @@ HIP SDK changes As of ROCm version 6.1.2, the HIP SDK for Windows includes updated versions of the runtime components ``amdhip64`` and ``amd_comgr``. To use the latest -capabilities of the HIP SDK, reference the new versions of -these DLL binaries. +capabilities of the HIP SDK, reference the new versions of these DLL binaries: * ``amdhip64_6.dll`` (formerly ``amdhip64.dll``) @@ -43,7 +41,7 @@ Find a more detailed installation guide in :ref:`hip-install-full`. System requirements ------------------- -The HIP SDK is supported on Windows 10 and 11. You can install HIP on a system without AMD GPUs +The HIP SDK is supported on Windows 10 and 11, and Windows Server 2022. You can install HIP on a system without AMD GPUs to use the build toolchains, but to run HIP applications, you'll need a compatible GPU. Refer to :ref:`supported-gpus-win` for more details. @@ -76,7 +74,7 @@ HIP SDK installation :width: 400 :alt: User Access Control pop-up - The installer executable will temporarily extract installer packages to `C:\\AMD`, which it removes + The installer executable will temporarily extract installer packages to ``C:\\AMD``, which it removes after completing the installation. You'll see the "Initializing install" window during extraction. .. image:: ./data/how-to/002-initializing.png @@ -111,7 +109,7 @@ HIP SDK installation "HIP Libraries", "Full, Partial, None", "Runtime, Development (Libs and headers)" "HIP Runtime Compiler", "Full, Partial, None", "Runtime, Development (headers)" "HIP Ray Tracing", "Full, Partial, None", "Runtime, Development (headers)" - "Visual Studio Plugin", "Full, Partial, None", "Visual Studio 2017, 2019, 2022 Plugin" + "`Visual Studio Plugin `_", "Full, Partial, None", "Visual Studio 2017, 2019, 2022 Plugin" .. note:: @@ -158,8 +156,7 @@ HIP SDK installation 5. Complete installation. - Once the installation is complete, the installer window may prompt you for a system restart. Click - **Restart** at the lower right corner, shown in the following image. + After the installation is complete, the installer window might prompt you for a system restart. Click **Finish** or **Restart** in the lower-right corner, as shown in the following image. .. image:: ./data/how-to/013-install-complete.png :width: 400 @@ -168,8 +165,7 @@ HIP SDK installation .. note:: If the installer terminates mid-installation, you can safely remove the temporary directory created - under `C:\\AMD`. Installed components don't depend on this folder unless you explicitly chose - this as the install folder. + under `C:\\AMD`. Installed components don't depend on this folder unless you explicitly chose this as the install folder. Uninstall --------- From 61956b6ed3ad48d7e17ce89f848ee6d2eb6ea483 Mon Sep 17 00:00:00 2001 From: prbasyal Date: Thu, 16 Jan 2025 09:15:24 -0500 Subject: [PATCH 2/2] AMD Radeon RX7600 XT support added to Windows supported GPUs --- docs/reference/system-requirements.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference/system-requirements.rst b/docs/reference/system-requirements.rst index ce2ffb1..2ad826a 100644 --- a/docs/reference/system-requirements.rst +++ b/docs/reference/system-requirements.rst @@ -58,6 +58,7 @@ If a GPU is not listed on this table, it is not officially supported by AMD. "AMD Radeon RX 7900 XT", "RDNA3", "gfx1100", "✅", "✅" "AMD Radeon RX 7800 XT", "RDNA3", "gfx1101", "✅", "✅" "AMD Radeon RX 7700 XT", "RDNA3", "gfx1101", "✅", "✅" + "AMD Radeon RX 7600 XT", "RDNA3", "gfx1102", "✅", "✅" "AMD Radeon RX 7600", "RDNA3", "gfx1102", "✅", "✅" "AMD Radeon RX 6950 XT", "RDNA2", "gfx1030", "✅", "✅" "AMD Radeon RX 6900 XT", "RDNA2", "gfx1030", "✅", "✅"