ROCm / rpp

AMD ROCm Performance Primitives (RPP) library is a comprehensive high-performance computer vision library for AMD processors with HIP/OpenCL/CPU back-ends.
https://rocm.docs.amd.com/projects/rpp/en/latest/
MIT License
53 stars 38 forks source link

RPP Tensor Audio Support - To Decibels #258

Closed r-abishek closed 9 months ago

r-abishek commented 10 months ago

To be reviewed and merged after PR #224 (which adds initial audio support)

kiritigowda commented 9 months ago

@r-abishek can you check the CI results for this PR?

r-abishek commented 9 months ago

@r-abishek can you check the CI results for this PR?

@kiritigowda It passes on local, but there seems to be an issue with the CI unable to initiate runs. Screenshot of test PASS on local Ubuntu 20.04: image

kiritigowda commented 9 months ago

@r-abishek can you check the CI results for this PR?

@kiritigowda It passes on local, but there seems to be an issue with the CI unable to initiate runs. Screenshot of test PASS on local Ubuntu 20.04: image

@r-abishek can you try the new org CI?

r-abishek commented 9 months ago

@kiritigowda There are two issues:

  1. This PR needs to verify Audio Tests to run on CI, that's not running yet due to the inability to install libsndfile: image

  2. Docker for RHEL8 seems to not build, says cannot reach network: image

Other than these, other tests pass.

kiritigowda commented 9 months ago

@r-abishek all test passing.