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

Test Suite - build location #256

Closed kiritigowda closed 10 months ago

kiritigowda commented 1 year ago

@r-abishek - currently the test suite build binary file in source directory. We have to use the build directory for all test generated files.

kiritigowda commented 12 months ago

@r-abishek can you see if you can update the results to save in build location instead of source - QA_RESULTS_HOST_2023-10-30_15-51-02

kiritigowda commented 11 months ago

@r-abishek need this feature to get rpp-test package, can you take a look at this?

r-abishek commented 11 months ago

@kiritigowda Changed output writes to CWD. PR #276 fixes it.

kiritigowda commented 11 months ago

Issue resolved with #276 - but keeping this to change get_current_dir_name to use std::filesystem::current_path

#include <filesystem>
#define get_current_dir_name std::filesystem::current_path
kiritigowda commented 11 months ago

@r-abishek - the test script still creates a build folder inside tests. The build also needs to move to current path.

kiritigowda commented 10 months ago

TOT test suite integrated to rpp-test package