Skip to content

Commit

Permalink
docs/rocm: fix syntax of osu_latency benchmark
Browse files Browse the repository at this point in the history
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 <Edgar.Gabriel@amd.com>
(cherry picked from commit 1064202)
  • Loading branch information
edgargabriel committed Sep 30, 2024
1 parent da2c8fd commit 74b9d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tuning-apps/networking/rocm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74b9d00

Please sign in to comment.