Merge roc-6.0.x into docs/6.0.0 (#2784)

* Mi300 info update (#2780)

* docs(gpu-enabled-mpi.rst): Fix links to 3rd party support matrices (#2775)

* docs(gpu-enabled-mpi.rst): Fix links to 3rd party support matrices

* docs: Directly link for RST instead of using intersphinx

---------

Co-authored-by: Istvan Kiss <neon60@gmail.com>
This commit is contained in:
Sam Wu
2024-01-09 09:21:24 -07:00
committed by GitHub
parent 4808c615e6
commit d531936276
4 changed files with 9 additions and 7 deletions

View File

@@ -56,8 +56,10 @@ the *config-file* packages are shipped with the upstream projects, such as
rocPRIM and other ROCm libraries.
For a complete guide on where and how ROCm may be installed on a system, refer
to the installation guides for {doc}`Linux<rocm-install-on-linux:tutorial/quick-start>` and
{doc}`Windows<rocm-install-on-windows:tutorial/install-quick>`.
to the installation guides for
`Linux <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/tutorial/quick-start.html>`_
and
`Windows <https://rocm.docs.amd.com/projects/install-on-windows/en/latest/index.html>`_.
Using HIP in CMake
==================

View File

@@ -44,7 +44,7 @@ home directory in our example, but you can specify a different location if you w
mkdir -p $BUILD_DIR
2. Install UCX. To view UCX and ROCm version compatibility, refer to the
`communication libraries tables <https://rocm.docs.amd.com/en/latest/release/3rd_party_support_matrix.html>`_.
`communication libraries tables <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/3rd-party-support-matrix.html>`_
.. code-block:: shell
@@ -153,7 +153,7 @@ library with ROCm support.
.. note::
You can verify UCC and ROCm version compatibility using the
`communication libraries <https://rocm.docs.amd.com/en/latest/release/3rd_party_support_matrix.html>`_.
`communication libraries tables <https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/3rd-party-support-matrix.html>`_
.. code-block:: shell