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
55 stars 40 forks source link

RPP Test Suite Upgrade 4 - CSV to BIN conversions for file size reduction #293

Closed r-abishek closed 9 months ago

r-abishek commented 9 months ago

@rrawther This PR needs to be merged first, so we can use its added support for all other open and upcoming PRs. All file changes are mostly CSV file deletions and conversions to BIN as we spoke.

This fixes the concern of number of CSV files blowing up in testing. It compresses golden outputs for different variants in each functionality into just one BIN file for a size reduction of ~600 KB to ~200 KB (3x)

All ToT functions have been tested on local to pass.

@kiritigowda I have marked all open PRs as WIP until we merge this in develop/master.