Skip to content

Commit

Permalink
Update release notes and changes for oneDPL 2021.6.1 (#492) (#497)
Browse files Browse the repository at this point in the history
* Update release notes for oneDPL 2021.6.1 (#492)

* Update release_notes.rst

* Remove redundant note

* Address review feedback

* Address part of review feedback

* Address review feedback

* Address review feedback

(cherry picked from commit 23a1e66)

* Update CHANGES.rst (#498)

(cherry picked from commit 5483b88)
  • Loading branch information
ValentinaKats authored Feb 2, 2022
1 parent c2b42a9 commit 7341658
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
14 changes: 14 additions & 0 deletions documentation/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ Overview

The list of the most significant changes made over time in oneDPL.

New in 2021.6.1
===============

Fixed Issues
------------
- Fixed compilation errors with C++20.
- Fixed ``CL_OUT_OF_RESOURCES`` issue for Radix sort algorithm executed on CPU devices.
- Fixed crashes in exclusive_scan_by_segment, inclusive_scan_by_segment, reduce_by_segment algorithms applied to
device-allocated USM.

Known Issues and Limitations
----------------------------
- No new issues in this release.

New in 2021.6
=============

Expand Down
23 changes: 23 additions & 0 deletions documentation/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,29 @@ The Intel® oneAPI DPC++ Library (oneDPL) accompanies the Intel® oneAPI DPC++/C
and provides high-productivity APIs aimed to minimize programming efforts of C++ developers
creating efficient heterogeneous applications.

New in 2021.6.1
===============

Fixed Issues
------------
- Fixed compilation errors with C++20.
- Fixed ``CL_OUT_OF_RESOURCES`` issue for Radix sort algorithm executed on CPU devices.
- Fixed crashes in exclusive_scan_by_segment, inclusive_scan_by_segment, reduce_by_segment algorithms applied to
device-allocated USM.

Known Issues and Limitations
----------------------------
- No new issues in this release.

Existing Issues
^^^^^^^^^^^^^^^
See oneDPL Guide for other `restrictions and known limitations`_.

- ``std::tuple``, ``std::pair`` cannot be used with SYCL buffers to transfer data between host and device.
- ``std::array`` cannot be swapped in DPC++ kernels with ``std::swap`` function or ``swap`` member function
in the Microsoft* Visual C++ standard library.
- The ``oneapi::dpl::experimental::ranges::reverse`` algorithm is not available with ``-fno-sycl-unnamed-lambda`` option.

New in 2021.6
=============

Expand Down

0 comments on commit 7341658

Please sign in to comment.