From e0fb92c2e23ca5c9f74dd18507c4e40e656fb88b Mon Sep 17 00:00:00 2001 From: yugang-amd Date: Mon, 8 Sep 2025 13:26:05 -0400 Subject: [PATCH] Update descriptions about hardware support (#236) [ROCm/rocshmem commit: b3e2e72f29957408d597e67ebe333f5c670ca3bd] --- projects/rocshmem/README.md | 6 +++++- projects/rocshmem/docs/install.rst | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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.