mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-12 23:45:05 -05:00
[docs/7.11.0] fix cd C:\TheRock (#5965)
* [docs/7.11.0] fix `cd C:\TheRock` * fix description
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user