Skip to content

Commit 1064202

Browse files
committed
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 <Edgar.Gabriel@amd.com>
1 parent b7a56e9 commit 1064202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tuning-apps/networking/rocm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ using Open MPI and UCX ROCm support is something like this:
7979
.. code-block::
8080
8181
shell$ mpirun -n 2 --mca pml ucx \
82-
./osu_latency -d rocm D D
82+
./osu_latency D D
8383
8484
Note: some additional configure flags are required to compile the OSU
8585
benchmark to support ROCm buffers. Please refer to the `UCX ROCm

0 commit comments

Comments
 (0)