Skip to content

Commit

Permalink
Update CHANGELOG.md (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-abishek authored and kiritigowda committed May 24, 2024
1 parent 88a92f0 commit 6c79483
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
* `CPU` backend is not enabled

0 comments on commit 6c79483

Please sign in to comment.