Skip to content

Commit

Permalink
and -> or
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Sobolev <[email protected]>
  • Loading branch information
dmitriy-sobolev committed Sep 20, 2024
1 parent 6c5d87e commit 2e2137d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Both in-place and out-of-place overloads are provided. Out-of-place overloads do

.. note::
the ``radix_sort`` is currently available only for Intel® Data Center GPU Max Series,
and requires Intel® oneAPI DPC++/C++ Compiler 2023.2 and newer.
and requires Intel® oneAPI DPC++/C++ Compiler 2023.2 or newer.

The functions implement a Onesweep* [#fnote1]_ algorithm variant.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Both in-place and out-of-place overloads are provided. Out-of-place overloads do

.. note::
the ``radix_sort_by_key`` is currently available only for Intel® Data Center GPU Max Series,
and requires Intel® oneAPI DPC++/C++ Compiler 2023.2 and newer.
and requires Intel® oneAPI DPC++/C++ Compiler 2023.2 or newer.

The functions implement a Onesweep* [#fnote1]_ algorithm variant.

Expand Down

0 comments on commit 2e2137d

Please sign in to comment.