updating Baseline workload directory

Signed-off-by: Jose Santos <josantos@t006-001.hpcfund>
This commit is contained in:
Jose Santos
2024-02-23 17:42:52 -06:00
committed by Karl W. Schulz
parent ea9ab293e7
commit d4b910d359
+4 -4
View File
@@ -258,11 +258,11 @@ def gpu_soc():
gpu_id = list(filter(soc_regex.match, rocminfo))[0].split()[1]
if gpu_id == "gfx906":
return "mi50"
return "MI50"
elif gpu_id == "gfx908":
return "mi100"
return "MI100"
elif gpu_id == "gfx90a":
return "mi200"
return "MI200"
elif gpu_id == "gfx900":
return "vega10"
else:
@@ -273,7 +273,7 @@ def gpu_soc():
soc = gpu_soc()
Baseline_dir = os.path.realpath("tests/workloads/Baseline_vcopy_" + soc)
Baseline_dir = os.path.realpath("tests/workloads/vcopy" + soc)
def log_counter(file_dict, test_name):