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):