fix workloads path for profile tests

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: 5a1a3a53c9]
Dieser Commit ist enthalten in:
Karl W Schulz
2024-02-26 15:01:36 -06:00
committet von Karl W. Schulz
Ursprung 608b98afd2
Commit a9daa47f55
@@ -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):