From c9c9a12b2f9a2fc0fe5fca355a274c1666429d31 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Wed, 6 Nov 2024 17:42:09 -0500 Subject: [PATCH] Updated the information for 6.2.1 in the changelog so that it reflects what's in the 6.2.1 release notes (#611) Co-authored-by: Stanley Tsang --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe7ddc16..2ea3574a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,10 +56,11 @@ Full documentation for rocPRIM is available at [https://rocm.docs.amd.com/projec * Fixed memory leaks in unit tests due to missing calls to `hipFree()` and the incorrect use of hipGraphs. * Fixed an issue where certain inputs to `block_sort_merge()`, `device_merge_sort_merge_path()`, `device_merge()`, and `warp_sort_stable()` caused an assertion error during the call to `serial_merge()`. -## rocPRIM-3.2.1 for ROCm 6.2.1 +## rocPRIM 3.2.1 for ROCm 6.2.1 ### Optimizations -* Improved performance of block_reduce_warp_reduce when warp size == block size. + +* Improved performance of `block_reduce_warp_reduce` when warp size equals block size. ## rocPRIM-3.2.0 for ROCm 6.2.0