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 Test Suite - Replace fstrings and subprocess calls to support old/new versions of Python #399

Closed r-abishek closed 2 months ago

r-abishek commented 2 months ago

This PR adds relevant changes to support RPP test suite on old/new versions of python - tested on python 2.7, 3.5, 3.10

r-abishek commented 2 months ago

@LakshmiKumar23 @kiritigowda This PR now passes CI and should support older and newer versions of Python.

LakshmiKumar23 commented 2 months ago

@LakshmiKumar23 @kiritigowda This PR now passes CI and should support older and newer versions of Python.

I will update the ticket so QA can test and confirm