-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation sync for 2022.0 release (#792)
* Fixed table entry in documentation (entry in column 1 was too long). (#681) (cherry picked from commit c09390f) * oneDPL 2022.0.0 changes description (#672) * add changes description * Add new page to structure * Address review feedback * A string alignment * Reorganize and update wording Signed-off-by: Alexey Kukanov <[email protected]> * Improve the note directive * Address review feedback Signed-off-by: Alexey Kukanov <[email protected]> Co-authored-by: Alexey Kukanov <[email protected]> (cherry picked from commit 7b31e75) * Updated per library style guides. (#692) Signed-off-by: Benito, Dylan <[email protected]> Co-authored-by: Valentina Kats <[email protected]> (cherry picked from commit 124856a) * Update release_notes.rst * Apply suggestions from code review Co-authored-by: Timmie Smith <[email protected]> --------- Co-authored-by: trosenqu <[email protected]> Co-authored-by: Dylan <[email protected]> Co-authored-by: Timmie Smith <[email protected]>
- Loading branch information
1 parent
58462b4
commit 240685d
Showing
9 changed files
with
491 additions
and
408 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
782 changes: 391 additions & 391 deletions
782
documentation/library_guide/api_for_sycl_kernels/tested_standard_cpp_api.rst
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
oneDPL 2022 Breaking Changes | ||
############################ | ||
|
||
This page lists the incompatible changes that occurred between the 2021.7.1 and 2022.0 releases. | ||
|
||
.. note:: | ||
You may need to modify and/or rebuild your code when switching to oneDPL 2022.0. | ||
|
||
Support for C++11 and C++14 has been discontinued. To use any functionality of oneDPL 2022.0, | ||
a compiler that supports C++17 or newer version of the C++ language standard is required. | ||
|
||
The following APIs are not supported in C++17 and have been removed from ``namespace oneapi::dpl``: | ||
|
||
* In the ``<oneapi/dpl/functional>`` header: | ||
|
||
* ``binary_function`` | ||
* ``unary_function`` | ||
|
||
The following APIs are deprecated in C++17 and not supported in C++20: | ||
|
||
* In the ``<oneapi/dpl/functional>`` header: | ||
|
||
* ``binary_negate`` | ||
* ``not1`` | ||
* ``not2`` | ||
* ``unary_negate`` | ||
|
||
* In the ``<oneapi/dpl/type_traits>`` header: | ||
|
||
* ``is_literal_type`` | ||
* ``is_literal_type_v`` | ||
* ``result_of`` | ||
* ``result_of_t`` | ||
|
||
The size and the layout of the ``discard_block_engine`` class template were changed to align its | ||
implementation with the С++ standard proposal found at https://cplusplus.github.io/LWG/issue3561. | ||
This change lets you utilize the full range of values for the template parameters of the engine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters