fix workloads path for profile tests

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2024-02-26 15:01:36 -06:00
committed by Karl W. Schulz
parent f3ec1f08b4
commit 5a1a3a53c9
+1 -1
View File
@@ -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):