fix workloads path for profile tests
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
committed by
Karl W. Schulz
parent
f3ec1f08b4
commit
5a1a3a53c9
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user