From 106420267127d51900cff11188ad6a5d3ca7c3ed Mon Sep 17 00:00:00 2001 From: Edgar Gabriel Date: Mon, 30 Sep 2024 15:14:04 +0000 Subject: [PATCH] docs/rocm: fix syntax of osu_latency benchmark fix the syntax for running the osu_latency benchmark for device memory. `-d rocm` is only required for the collective osu benchmark tests, not for the p2p ones. Signed-off-by: Edgar Gabriel --- docs/tuning-apps/networking/rocm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tuning-apps/networking/rocm.rst b/docs/tuning-apps/networking/rocm.rst index 9173d25f7fd..10ee12fe9e2 100644 --- a/docs/tuning-apps/networking/rocm.rst +++ b/docs/tuning-apps/networking/rocm.rst @@ -79,7 +79,7 @@ using Open MPI and UCX ROCm support is something like this: .. code-block:: shell$ mpirun -n 2 --mca pml ucx \ - ./osu_latency -d rocm D D + ./osu_latency D D Note: some additional configure flags are required to compile the OSU benchmark to support ROCm buffers. Please refer to the `UCX ROCm