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

Remove testing older functionalities from CI #277

Closed r-abishek closed 9 months ago

r-abishek commented 9 months ago

@kiritigowda This is a minor PR that removes the original rpp-unittests tests that were added. And commenting out the repetitive independent tests that were running even after testing "all". I have added a comment stating that once we add individual tests in the cmake, the "all" style can be commented and independent ones used.