From bfa2cd2fc07ea105a07d4772276e8c15f7530cd4 Mon Sep 17 00:00:00 2001 From: Valentina Kats Date: Thu, 3 Feb 2022 13:55:15 +0300 Subject: [PATCH] Fix format in release notes and changes files (#499) (#500) * Update release_notes.rst * Update CHANGES.rst (cherry picked from commit 0bd676a2e45074c7d5c59242eb6c36bc76a52aa8) --- documentation/CHANGES.rst | 2 +- documentation/release_notes.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/CHANGES.rst b/documentation/CHANGES.rst index 0ab57cd83a0..9f896ccb9a5 100644 --- a/documentation/CHANGES.rst +++ b/documentation/CHANGES.rst @@ -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 diff --git a/documentation/release_notes.rst b/documentation/release_notes.rst index c647f96c13e..1f86a08d5d3 100644 --- a/documentation/release_notes.rst +++ b/documentation/release_notes.rst @@ -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