Skip to content

Commit

Permalink
the -> The, move the notes at the end of introduction
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 2e2137d commit 8942ecd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ The ``radix_sort`` function sorts data using the radix sort algorithm.
The sorting is stable, preserving the relative order of elements with equal keys.
Both in-place and out-of-place overloads are provided. Out-of-place overloads do not alter the input sequence.

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

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

A synopsis of the ``radix_sort`` function is provided below:
Expand Down Expand Up @@ -51,6 +47,9 @@ A synopsis of the ``radix_sort`` function is provided below:
KernelParam param); // (4)
}
.. note::
The ``radix_sort`` is currently available only for Intel® Data Center GPU Max Series,
and requires Intel® oneAPI DPC++/C++ Compiler 2023.2 or newer.

Template Parameters
--------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ The ``radix_sort_by_key`` function sorts keys using the radix sort algorithm, ap
The sorting is stable, preserving the relative order of elements with equal keys.
Both in-place and out-of-place overloads are provided. Out-of-place overloads do not alter the input sequences.

.. 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 or newer.


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

Expand Down Expand Up @@ -57,6 +55,9 @@ A synopsis of the ``radix_sort_by_key`` function is provided below:
KernelParam param); // (4)
}
.. 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 or newer.

Template Parameters
--------------------
Expand Down

0 comments on commit 8942ecd

Please sign in to comment.