-
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
Introduction of release notes and applied resolved comments in #2052 #2068
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.
Capturing open notes from the close of #2052
Co-authored-by: Matthew Michel <[email protected]>
Co-authored-by: Dmitriy Sobolev <[email protected]>
Co-authored-by: Dmitriy Sobolev <[email protected]>
Co-authored-by: Dmitriy Sobolev <[email protected]>
Co-authored-by: Dmitriy Sobolev <[email protected]>
Looks good to me overall. |
All changes requested in the review have been made.
Signed-off-by: Matthew Michel <[email protected]>
Signed-off-by: Matthew Michel <[email protected]>
Signed-off-by: Matthew Michel <[email protected]>
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
--------- Co-authored-by: Matthew Michel <[email protected]> Co-authored-by: Dmitriy Sobolev <[email protected]> Co-authored-by: Alexey Kukanov <[email protected]> Co-authored-by: Matthew Michel <[email protected]>
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.
I have some minor final changes. Otherwise LGTM.
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. |
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.
Please update the compiler name: 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.
Done.
- Fixed several issues in the ``sort``, ``stable_sort``, ``sort_by_key`` and ``stable_sort_by_key`` algorithms that: | ||
|
||
* Allows the use of non-trivially-copyable comparators. | ||
* Eliminates duplicate kernel names |
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.
Please add a period at the end of this bullet.
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.
Done.
---------------------------- | ||
New in This Release | ||
^^^^^^^^^^^^^^^^^^^ | ||
- Incorrect results may be observed when calling ``sort`` with a device policy on Intel® Arc™ Graphics 140V with data |
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.
This instance of the name calls for a lowercase "g" in "graphics". Please update the name to Intel® Arc™ graphics.
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.
Done.
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. |
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.
Please change the (R) to ® for consistency.
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.
Done.
such as Intel(R) oneAPI DPC++/C++ Compiler 2023.2.0. | ||
- When compiling code that uses device policies with the open source oneAPI DPC++ Compiler (clang++ driver), | ||
synchronous SYCL runtime exceptions regarding unfound kernels may be encountered unless an optimization flag is | ||
specified (e.g. ``-O1``) as opposed to relying on the compiler's default optimization level. |
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.
Please change "e.g." to "for example".
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.
Done.
#2074) --------- Co-authored-by: Matthew Michel <[email protected]> Co-authored-by: Dmitriy Sobolev <[email protected]> Co-authored-by: Alexey Kukanov <[email protected]> Co-authored-by: Matthew Michel <[email protected]>
Reopening PR for 2022.8 release notes.