Skip to content

Commit

Permalink
Fix format in release notes and changes files (#499) (#500)
Browse files Browse the repository at this point in the history
* Update release_notes.rst

* Update CHANGES.rst

(cherry picked from commit 0bd676a)
  • Loading branch information
ValentinaKats authored Feb 3, 2022
1 parent 7341658 commit bfa2cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Fixed Issues
------------
- Fixed compilation errors with C++20.
- Fixed ``CL_OUT_OF_RESOURCES`` issue for Radix sort algorithm executed on CPU devices.
- Fixed crashes in exclusive_scan_by_segment, inclusive_scan_by_segment, reduce_by_segment algorithms applied to
- Fixed crashes in ``exclusive_scan_by_segment``, ``inclusive_scan_by_segment``, ``reduce_by_segment`` algorithms applied to
device-allocated USM.

Known Issues and Limitations
Expand Down
2 changes: 1 addition & 1 deletion documentation/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Fixed Issues
------------
- Fixed compilation errors with C++20.
- Fixed ``CL_OUT_OF_RESOURCES`` issue for Radix sort algorithm executed on CPU devices.
- Fixed crashes in exclusive_scan_by_segment, inclusive_scan_by_segment, reduce_by_segment algorithms applied to
- Fixed crashes in ``exclusive_scan_by_segment``, ``inclusive_scan_by_segment``, ``reduce_by_segment`` algorithms applied to
device-allocated USM.

Known Issues and Limitations
Expand Down

0 comments on commit bfa2cd2

Please sign in to comment.