Skip to content

Commit f6d56f6

Browse files
authored
Small corrections to 2022 8 release notes and an update to notices and disclaimers (#2075)
1 parent 11c7b18 commit f6d56f6

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

documentation/library_guide/notices_disclaimers.rst

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The products described may contain design defects or errors known as errata whic
1515

1616
Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.
1717

18+
Intel, the Intel logo, and Arc are the trademarks of Intel Corporation or its subsidiaries.
19+
1820
License
1921
=======
2022

documentation/release_notes.rst

+5-5
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.
3939
* Resolved synchronization errors that were seen on Intel® Arc™ 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
^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)