Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove system requirements section for ESIMD-based KT #1868

Merged
merged 4 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading