diff --git a/documentation/library_guide/kernel_templates/esimd/radix_sort.rst b/documentation/library_guide/kernel_templates/esimd/radix_sort.rst index c7bc41aebfa..3804fc120f9 100644 --- a/documentation/library_guide/kernel_templates/esimd/radix_sort.rst +++ b/documentation/library_guide/kernel_templates/esimd/radix_sort.rst @@ -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. diff --git a/documentation/library_guide/kernel_templates/esimd/radix_sort_by_key.rst b/documentation/library_guide/kernel_templates/esimd/radix_sort_by_key.rst index 1043aaca799..a1f4f35cc1c 100755 --- a/documentation/library_guide/kernel_templates/esimd/radix_sort_by_key.rst +++ b/documentation/library_guide/kernel_templates/esimd/radix_sort_by_key.rst @@ -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.