From 27101327498ee2d91ef4c8b4b626beff19165a5b Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sat, 22 Jun 2024 09:58:33 -0700 Subject: [PATCH] Update ROCm query docs --- docs/src/usage.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/usage.md b/docs/src/usage.md index 2b8ebe49d..c57eae1af 100644 --- a/docs/src/usage.md +++ b/docs/src/usage.md @@ -98,7 +98,8 @@ should confirm your MPI implementation to have the ROCm support (AMDGPU) enabled [alltoall\_test\_rocm\_multigpu.jl](https://gist.github.com/luraess/a47931d7fb668bd4348a2c730d5489f4) should confirm your ROCm-aware MPI implementation to use multiple AMD GPUs (one GPU per rank). -The status of ROCm (AMDGPU) support cannot currently be queried. +If using OpenMPI, the status of ROCm support can be checked via the +[`MPI.has_rocm()`](@ref) function. ## Writing MPI tests