From e1d3cac3ada4b31bf06260bfea02fce78ee27f23 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Wed, 26 Mar 2025 09:09:17 -0400 Subject: [PATCH] Update RELEASE.md (#342) Co-authored-by: Pratik Basyal --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index f729c48ff..7c5919588 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1293,7 +1293,7 @@ and in-depth descriptions. * Fixed an issue where `rmake.py` generated incorrect cmake commands in a Linux environment. * Fixed an issue where `rocprim::partial_sort_copy` would yield a compile error if the input iterator was a const. * Fixed incorrect 128-bit signed and unsigned integer type traits. -* Fixed a compilation issue when `rocprim::radix_key_codec<...>` is specialized with a 128-bit integer. +* Fixed a compilation issue when `rocprim::radix_key_codec<...>` is specialized with a 128-bit integer. * Fixed the warp-level reduction `rocprim::warp_reduce.reduce` DPP implementation to avoid undefined intermediate values during the reduction. * Fixed an issue that caused a segmentation fault when `hipStreamLegacy` was passed to certain API functions. @@ -1496,7 +1496,7 @@ and in-depth descriptions. * CXX Compiler: Fixed HOST (CPU) g++ issues. * Deprecation warning fixed for the `sprintf is deprecated` warning. -* Test suite build fix - RPP Test Suite Pre-requisite instructions updated to lock to a specific `nifti_clib` commit as described in the [prerequisites](https://github.com/ROCm/rpp/tree/develop/utilities/test_suite#prerequisites). +* Test suite build fix - RPP Test Suite Pre-requisite instructions updated to lock to a specific `nifti_clib` commit. * Fixed broken image links for pixelate and jitter. ### **Tensile** (4.43.0)