From 6c79483b80f7598eeb7eb848e183454ebf15c0a2 Mon Sep 17 00:00:00 2001 From: Abishek <52214183+r-abishek@users.noreply.github.com> Date: Wed, 8 May 2024 14:29:12 -0700 Subject: [PATCH] Update CHANGELOG.md (#352) --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b10e35b47..16c4251f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ Full documentation for RPP is available at (https://rocm.docs.amd.com/projects/r ### Changes * Prerequisites - ROCm install requires only --usecase=rocm +* Use pre-allocated common scratchBufferHip everywhere in Tensor code for scratch HIP memory +* Use CHECK_RETURN_STATUS everywhere to adhere to C++17 for hip +* RPP Tensor Audio support on HOST for Spectrogram +* RPP Tensor Audio support on HOST/HIP for Slice, by modifying voxel slice kernels to now accept anchor and shape params for a more generic version +* RPP Tensor Audio support on HOST for Mel Filter Bank +* RPP Tensor Normalize ND support on HOST and HIP ### Tested configurations @@ -393,4 +399,4 @@ Full documentation for RPP is available at (https://rocm.docs.amd.com/projects/r ### Known issues -* `CPU` backend is not enabled \ No newline at end of file +* `CPU` backend is not enabled