diff --git a/.wordlist.txt b/.wordlist.txt index 3e7b84da2..6b152a40c 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -618,7 +618,6 @@ checkpointing chiplet classList cmake -cmd coalescable codename collater diff --git a/RELEASE.md b/RELEASE.md index fa2b9a559..3e2cc7b4e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1555,7 +1555,7 @@ support for your specific setup. hipSPARSELt - Linux only (Instinct MI350, M300 Series, Ryzen APUs) + Linux only (Instinct MI350, MI300 Series, Ryzen APUs) @@ -1563,7 +1563,7 @@ support for your specific setup.

Communication libraries

- RCCL + RCCL Linux only @@ -1654,7 +1654,7 @@ support for your specific setup. - +

Control and monitoring tools

@@ -1664,11 +1664,19 @@ support for your specific setup. Linux only (Instinct, Radeon PRO, Radeon) + + + hipinfo + + + Windows + + rocminfo - + Linux only @@ -1679,6 +1687,9 @@ support for your specific setup. ROCm Bandwidth Test (RBT) + + Linux only + diff --git a/docs/compatibility/includes/core-sdk-components-linux.rst b/docs/compatibility/includes/core-sdk-components-linux.rst index 2d7d84081..2d017765a 100644 --- a/docs/compatibility/includes/core-sdk-components-linux.rst +++ b/docs/compatibility/includes/core-sdk-components-linux.rst @@ -127,7 +127,7 @@ .. matrix-cell:: - `RCCL `__ + `RCCL `__ .. matrix-row:: diff --git a/docs/install/includes/install.rst b/docs/install/includes/install.rst index b8678e8c9..7d849c320 100644 --- a/docs/install/includes/install.rst +++ b/docs/install/includes/install.rst @@ -879,7 +879,7 @@ Use the following instructions to install the ROCm Core SDK on your system. Create the installation directory in ``C:\TheRock\build``. For example, use the following command in your command prompt: - .. code-block:: cmd + .. code-block:: bat mkdir C:\TheRock\build @@ -987,7 +987,7 @@ Use the following instructions to install the ROCm Core SDK on your system. .. selected:: gpu=ai-r9700 gpu=ai-r9600d gpu=rx-9070-xt gpu=rx-9070-gre gpu=rx-9070 gpu=rx-9060-xt-lp gpu=rx-9060-xt gpu=rx-9060 - .. code-block:: cmd + .. code-block:: bat cd C:\TheRock curl -o therock-dist-windows-gfx120X-all-7.11.0.tar.gz https://repo.amd.com/rocm/tarball/therock-dist-windows-gfx120X-all-7.11.0.tar.gz @@ -998,7 +998,7 @@ Use the following instructions to install the ROCm Core SDK on your system. .. selected:: gpu=w7900-dual-slot gpu=w7900 gpu=w7800-48gb gpu=w7800 gpu=w7700 gpu=v710 gpu=rx-7900-xtx gpu=rx-7900-xt gpu=rx-7900-gre gpu=rx-7800-xt gpu=rx-7700-xt gpu=rx-7700 - .. code-block:: cmd + .. code-block:: bat cd C:\TheRock curl -o therock-dist-windows-gfx110X-all-7.11.0.tar.gz https://repo.amd.com/rocm/tarball/therock-dist-windows-gfx110X-all-7.11.0.tar.gz @@ -1009,7 +1009,7 @@ Use the following instructions to install the ROCm Core SDK on your system. .. selected:: gpu=w6800 gpu=v620 - .. code-block:: cmd + .. code-block:: bat cd C:\TheRock curl -o therock-dist-windows-gfx103X-dgpu-7.11.0.tar.gz https://repo.amd.com/rocm/tarball/therock-dist-windows-gfx103X-dgpu-7.11.0.tar.gz @@ -1020,7 +1020,7 @@ Use the following instructions to install the ROCm Core SDK on your system. .. selected:: gpu=max-pro-395 gpu=max-pro-390 gpu=max-pro-385 gpu=max-pro-380 gpu=max-395 gpu=max-390 gpu=max-385 - .. code-block:: cmd + .. code-block:: bat cd C:\TheRock curl -o therock-dist-windows-gfx1151-7.11.0.tar.gz https://repo.amd.com/rocm/tarball/therock-dist-windows-gfx1151-7.11.0.tar.gz @@ -1031,7 +1031,7 @@ Use the following instructions to install the ROCm Core SDK on your system. .. selected:: gpu=9-hx-375 gpu=9-hx-370 gpu=9-365 - .. code-block:: cmd + .. code-block:: bat cd C:\TheRock curl -o therock-dist-windows-gfx1150-7.11.0.tar.gz https://repo.amd.com/rocm/tarball/therock-dist-windows-gfx1150-7.11.0.tar.gz diff --git a/docs/install/includes/post-install.rst b/docs/install/includes/post-install.rst index 9485f88d2..aaa401673 100644 --- a/docs/install/includes/post-install.rst +++ b/docs/install/includes/post-install.rst @@ -86,7 +86,7 @@ installation. 1. **Run command prompt as an administrator** and set the following environment variables. - .. code-block:: cmd + .. code-block:: bat setx HIP_DEVICE_LIB_PATH “C:\TheRock\build\lib\llvm\amdgcn\bitcode” /M setx HIP_PATH “C:\TheRock\build” /M @@ -95,7 +95,7 @@ installation. 2. Add the following paths into the PATH environment variable. - .. code-block:: cmd + .. code-block:: bat setx PATH "%PATH%;C:\TheRock\build\bin" /M setx PATH "%PATH%;C:\TheRock\build\lib\llvm\bin" /M diff --git a/docs/install/includes/uninstall.rst b/docs/install/includes/uninstall.rst index 8ece13f7b..92d5f5019 100644 --- a/docs/install/includes/uninstall.rst +++ b/docs/install/includes/uninstall.rst @@ -213,7 +213,7 @@ Uninstalling 1. To uninstall ROCm, remove your installation directory. - .. code-block:: cmd + .. code-block:: bat rmdir /s /q C:\TheRock @@ -226,7 +226,7 @@ Uninstalling 2. **Run command prompt as an administrator** and delete the following environment variables. - .. code-block:: cmd + .. code-block:: bat setx HIP_DEVICE_LIB_PATH "" /M setx HIP_PATH "" /M