Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions docs/install/include/200-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-all]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-all]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1708,7 +1708,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx950]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx950]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1721,7 +1721,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx942]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx942]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1733,7 +1733,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx90a]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx90a]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1745,7 +1745,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx908]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx908]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1758,7 +1758,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1201]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1201]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1771,7 +1771,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1200]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1200]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1783,7 +1783,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1100]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1100]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1795,7 +1795,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1101]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1101]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1807,7 +1807,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1102]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1102]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1819,7 +1819,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1103]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1103]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1831,7 +1831,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1030]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1030]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1844,7 +1844,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1151]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1151]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1857,7 +1857,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1150]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1150]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand All @@ -1870,7 +1870,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1152]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1152]==7.14.1"

.. selected:: gfx=gfx1153

Expand All @@ -1881,7 +1881,7 @@ Use the following instructions to install ROCm packages on your system.

.. code-block:: bash

python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,devel,device-gfx1153]"
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[libraries,device-gfx1153]==7.14.1"

.. include:: include/pip-packages-table.rst

Expand Down
Loading