Skip to content

Commit

Permalink
Remove system requirements section for ESIMD-based KT (#1868)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitriy Sobolev <[email protected]>
  • Loading branch information
dmitriy-sobolev authored and mmichel11 committed Sep 25, 2024
1 parent 2d766b4 commit a791909
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,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 @@ -53,6 +53,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
11 changes: 0 additions & 11 deletions documentation/library_guide/kernel_templates/esimd_main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,3 @@ These templates are available in the ``oneapi::dpl::experimental::kt::gpu::esimd
esimd/radix_sort
esimd/radix_sort_by_key

-------------------
System Requirements
-------------------

- Hardware: Intel® Data Center GPU Max Series.
- Compiler: Intel® oneAPI DPC++/C++ Compiler 2023.2 and newer.
- Operating Systems:

- Red Hat Enterprise Linux* 9.2,
- SUSE Linux Enterprise Server* 15 SP5,
- Ubuntu* 22.04.

0 comments on commit a791909

Please sign in to comment.