Skip to content

Commit b5a4144

Browse files
authored
Merge pull request #179 from songhappy/reduce
fix a typo of reduce_scatter
2 parents 303b41a + ab285e9 commit b5a4144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/rst/source/benchmark-guide/benchmark.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The oneCCL benchmark provides performance measurements for the collective operat
99
* ``allgatherv``
1010
* ``alltoall``
1111
* ``alltoallv``
12-
* ``reduce-scatter``
12+
* ``reduce_scatter``
1313
* ``broadcast``
1414

1515
The benchmark is distributed with the oneCCL package. You can find it in the examples directory within the oneCCL installation path.
@@ -159,7 +159,7 @@ The benchmark accepts the following arguments:
159159
- Specify the type of the SYCL queue. The possible values are ``in_order`` and ``out_order``.
160160
- ``out_order``
161161
* - ``-l``, ``--coll``
162-
- Specify the collective to run. Accept a comma-separated list, without whitespace characters, of collectives to run. The available collectives are ``allreduce``, ``reduce``, ``alltoallv``, ``alltoall``, ``allgatherv``, ``reduce-scatter``, ``broadcast``.
162+
- Specify the collective to run. Accept a comma-separated list, without whitespace characters, of collectives to run. The available collectives are ``allreduce``, ``reduce``, ``alltoallv``, ``alltoall``, ``allgatherv``, ``reduce_scatter``, ``broadcast``.
163163
- ``allreduce``
164164
* - ``-d``, ``--dtype``
165165
- Specify the datatype. Accept a comma-separated list, without whitespace characters, of datatypes to benchmark. The available types are ``int8``, ``int32``, ``int64``, ``uint64``, ``float16``, ``float32``, and ``bfloat16``.

0 commit comments

Comments
 (0)