-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cherry pick #2075 #2076
base: release/2022.8.0
Are you sure you want to change the base?
cherry pick #2075 #2076
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Intel, the Intel logo, and Arc are the trademarks of Intel Corporation or its subsidiaries. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have a very similar claim at the line 10 above. Is it not sufficient?
@@ -20,7 +20,7 @@ New Features | |||
with device policies for large data sizes. | |||
- Improved performance of ``copy``, ``fill``, ``for_each``, ``replace``, ``reverse``, ``rotate``, ``transform`` and 30+ | |||
other algorithms with device policies on GPUs. | |||
- Improved oneDPL use with SYCL implementations other than Intel oneDPI DPC++/C++ compiler. | |||
- Improved oneDPL use with SYCL implementations other than Intel® oneAPI DPC++/C++ Compiler. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not strictly need the trademark symbol here, because the line 7 of the Overview above already contains it, and it's sufficient to do just once for the document.
sizes of 4-8 million elements. | ||
- ``sort``, ``stable_sort``, ``sort_by_key`` and ``stable_sort_by_key`` algorithms fail to compile | ||
when using Clang 17 and earlier versions, as well as compilers based on these versions, | ||
such as Intel(R) oneAPI DPC++/C++ Compiler 2023.2.0. | ||
such as Intel® oneAPI DPC++/C++ Compiler 2023.2.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly here we can just omit the trademark.
Final cherry pick for release notes.