Skip to content

Commit 89d8d8b

Browse files
authored
cherry pick #2075 to 2022.8 release branch
1 parent d723ac3 commit 89d8d8b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

documentation/release_notes.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ New Features
2020
with device policies for large data sizes.
2121
- Improved performance of ``copy``, ``fill``, ``for_each``, ``replace``, ``reverse``, ``rotate``, ``transform`` and 30+
2222
other algorithms with device policies on GPUs.
23-
- Improved oneDPL use with SYCL implementations other than Intel oneDPI DPC++/C++ compiler.
23+
- Improved oneDPL use with SYCL implementations other than Intel oneAPI DPC++/C++ Compiler.
2424

2525

2626
Fixed Issues
@@ -34,22 +34,22 @@ Fixed Issues
3434
- Fixed several issues in the ``sort``, ``stable_sort``, ``sort_by_key`` and ``stable_sort_by_key`` algorithms that:
3535

3636
* Allows the use of non-trivially-copyable comparators.
37-
* Eliminates duplicate kernel names
37+
* Eliminates duplicate kernel names.
3838
* Resolves incorrect results on devices with sub-group sizes smaller than four.
39-
* Resolved synchronization errors that were seen on Intel® Arc™ B-series GPU devices.
39+
* Resolved synchronization errors that were seen on Intel® Arc™ [#fnote2]_ B-series GPU devices.
4040

4141
Known Issues and Limitations
4242
----------------------------
4343
New in This Release
4444
^^^^^^^^^^^^^^^^^^^
45-
- Incorrect results may be observed when calling ``sort`` with a device policy on Intel® Arc™ Graphics 140V with data
45+
- Incorrect results may be observed when calling ``sort`` with a device policy on Intel® Arc™ graphics 140V with data
4646
sizes of 4-8 million elements.
4747
- ``sort``, ``stable_sort``, ``sort_by_key`` and ``stable_sort_by_key`` algorithms fail to compile
4848
when using Clang 17 and earlier versions, as well as compilers based on these versions,
49-
such as Intel(R) oneAPI DPC++/C++ Compiler 2023.2.0.
49+
such as Intel oneAPI DPC++/C++ Compiler 2023.2.0.
5050
- When compiling code that uses device policies with the open source oneAPI DPC++ Compiler (clang++ driver),
5151
synchronous SYCL runtime exceptions regarding unfound kernels may be encountered unless an optimization flag is
52-
specified (e.g. ``-O1``) as opposed to relying on the compiler's default optimization level.
52+
specified (for example ``-O1``) as opposed to relying on the compiler's default optimization level.
5353

5454
Existing Issues
5555
^^^^^^^^^^^^^^^
@@ -918,3 +918,4 @@ Known Issues and Limitations
918918
.. _`2022.0 Changes`: https://uxlfoundation.github.io/oneDPL/oneDPL_2022.0_changes.html
919919
.. _`sycl device copyable`: https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec::device.copyable
920920
.. _`oneAPI DPC++ Library Manual Migration Guide`: https://www.intel.com/content/www/us/en/developer/articles/guide/oneapi-dpcpp-library-manual-migration.html
921+
.. [#fnote2] Intel, the Intel logo, and Arc are the trademarks of Intel Corporation or its subsidiaries.

0 commit comments

Comments
 (0)