[docs/7.11.0] fix cd C:\TheRock (#5965)

* [docs/7.11.0] fix `cd C:\TheRock`

* fix description
This commit is contained in:
peterjunpark
2026-02-12 19:39:11 -05:00
committed by GitHub
parent 3b2b27ddc7
commit e356e3bf7c

View File

@@ -989,7 +989,7 @@ Use the following instructions to install the ROCm Core SDK on your system.
.. code-block:: cmd
cd C:\TheRock\build
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
tar -xzf therock-dist-windows-gfx120X-all-7.11.0.tar.gz -C build --strip-components=1
@@ -1000,7 +1000,7 @@ Use the following instructions to install the ROCm Core SDK on your system.
.. code-block:: cmd
cd C:\TheRock\build
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
tar -xzf therock-dist-windows-gfx110X-all-7.11.0.tar.gz -C build --strip-components=1
@@ -1011,7 +1011,7 @@ Use the following instructions to install the ROCm Core SDK on your system.
.. code-block:: cmd
cd C:\TheRock\build
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
tar -xzf therock-dist-windows-gfx103X-dgpu-7.11.0.tar.gz -C build --strip-components=1
@@ -1022,7 +1022,7 @@ Use the following instructions to install the ROCm Core SDK on your system.
.. code-block:: cmd
cd C:\TheRock\build
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
tar -xzf therock-dist-windows-gfx1151-7.11.0.tar.gz -C build --strip-components=1
@@ -1033,7 +1033,7 @@ Use the following instructions to install the ROCm Core SDK on your system.
.. code-block:: cmd
cd C:\TheRock\build
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
tar -xzf therock-dist-windows-gfx1150-7.11.0.tar.gz -C build --strip-components=1