Skip to content

Commit

Permalink
Add a note about parallel range algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
akukanov committed Sep 9, 2024
1 parent 3e3a4fb commit 8e5706f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/elements/oneDPL/source/parallel_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ including parallel algorithms added in the 6th edition known as C++20.
All those algorithms work with *C++ Standard aligned execution policies* and with
*device execution policies*.

oneDPL also provides *parallel range algorithms*: variations of C++20 range-based algorithms
that take a oneDPL execution policy.

Additionally, oneDPL provides wrapper functions for `SYCL`_ buffers, special iterators, and
a set of non-standard parallel algorithms.

Expand Down

0 comments on commit 8e5706f

Please sign in to comment.