From a9daa47f55e57a67196cb25ceb581b0107cdc3cd Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Mon, 26 Feb 2024 15:01:36 -0600 Subject: [PATCH] fix workloads path for profile tests Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 5a1a3a53c9c3aba255a981ced332258377cb9af9] --- projects/rocprofiler-compute/tests/test_profile_general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-compute/tests/test_profile_general.py b/projects/rocprofiler-compute/tests/test_profile_general.py index ef1f92c229..141b5e5523 100644 --- a/projects/rocprofiler-compute/tests/test_profile_general.py +++ b/projects/rocprofiler-compute/tests/test_profile_general.py @@ -273,7 +273,7 @@ def gpu_soc(): soc = gpu_soc() -Baseline_dir = os.path.realpath("tests/workloads/vcopy" + soc) +Baseline_dir = os.path.realpath("tests/workloads/vcopy/" + soc) def log_counter(file_dict, test_name):