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 Mean and Stddev on HOST and HIP #348

Closed r-abishek closed 3 months ago

r-abishek commented 4 months ago

This PR extends RPP Tensor reduction support for mean and standard deviation functionalities. Adds relevant QA and performance tests.