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

Testing - change output folder image writes, data dumps, performance result writes to CWD #276

Closed r-abishek closed 11 months ago

r-abishek commented 11 months ago

@kiritigowda This is a minor PR that changes output writes from testing to CWD.

kiritigowda commented 11 months ago

@r-abishek need to use std filesystem for get_current_dir_name as its supported everywhere.

include

define get_current_dir_name std::filesystem::current_path

kiritigowda commented 11 months ago

Tensor_host/hip - needs to be built in current path

r-abishek commented 11 months ago

@kiritigowda Could you merge this one? Issuing a separate PR for moving the build folder of Tensor_hip/host to CWD. Don't want to mix with output folder dump changes