Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Michel <[email protected]>
  • Loading branch information
timmiesmith and mmichel11 authored Feb 14, 2025
1 parent 9df1dfc commit 9ff8b65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ New Features
- Improved performance of the ``merge`` and sorting algorithms
(``sort``, ``stable_sort``, ``sort_by_key``, ``stable_sort_by_key``) that rely on Merge sort [#fnote1]_,
with device policies for large data sizes.
- Improved performance of ``set_intersection``, ``set_union``, ``set_difference``, ``set_symmetric_difference``
- Improved performance of ``set_intersection``, ``set_union``, ``set_difference``, and ``set_symmetric_difference``
algorithms with device policies.
- Improved performance of ``reduce_by_segment`` with device policies and executed on a GPU.
- Improved performance of ``reduce_by_segment`` with device policies on GPUs.
- Improved performance of ``adjacent_difference``, ``binary_search``, ``copy``, ``copy_n``, ``fill``, ``fill_n``,
``for_each``, ``for_each_n``, ``generate``, ``generate_n``, ``lower_bound``, ``move``, ``replace``, ``replace_copy``,
``replace_copy_if``, ``replace_if``, ``reverse``, ``reverse_copy``, ``rotate``, ``rotate_copy``, ``shift_left``,
Expand Down Expand Up @@ -54,7 +54,7 @@ Known Issues and Limitations
New in This Release
^^^^^^^^^^^^^^^^^^^
- Incorrect results may be observed when calling ``sort`` with a device policy on Intel® Arc™ Graphics 140V integrated
graphics with a data sizes of 4-8 million elements.
graphics with data sizes of 4-8 million elements.

Existing Issues
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 9ff8b65

Please sign in to comment.