diff --git a/projects/rocshmem/README.md b/projects/rocshmem/README.md index 62c9e46f47..e3ad254558 100644 --- a/projects/rocshmem/README.md +++ b/projects/rocshmem/README.md @@ -25,10 +25,14 @@ The RO backend is provided as-is with limited support from AMD or AMD Research. rocSHMEM base requirements: * ROCm v6.2.2 onwards * May work with other versions, but it has not been tested -* AMD GPUs + +* The following AMD GPUs have been fully tested for compatibility with rocSHMEM: * MI250X * MI300X * MI350X (Requires ROCm 7.0 or later) + + > **Note:** Other AMD GPUs might function with unknown limitations. For the complete list of supported hardware, see [ROCm System Requirements](https://rocm.docs.amd.com/projects/install-on-linux-internal/en/latest/reference/system-requirements.html). + * ROCm-aware Open MPI and UCX as described in [Building the Dependencies](#building-the-dependencies) diff --git a/projects/rocshmem/docs/install.rst b/projects/rocshmem/docs/install.rst index 0b7521a808..b2940093db 100644 --- a/projects/rocshmem/docs/install.rst +++ b/projects/rocshmem/docs/install.rst @@ -15,7 +15,7 @@ Requirements * ROCm 6.4.0 or later, including the :doc:`HIP runtime `. For more information, see `ROCm installation for Linux `_. -* AMD GPUs +* The following AMD GPUs have been fully tested for compatibility with rocSHMEM: * MI250X @@ -23,6 +23,10 @@ Requirements * MI350X (Requires ROCm 7.0 or later) + .. note:: + + Other AMD GPUs might function with unknown limitations. For the complete list of supported hardware, see `ROCm System Requirements `_. + * ROCm-aware Open MPI and UCX. For more information, see :ref:`install-dependencies`. * Inter-node communication requires MPI, and is tested with Open MPI and CX7 Infiniband NICs.