fix workloads path for profile tests
Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
[ROCm/rocprofiler-compute commit: 5a1a3a53c9]
This commit is contained in:
committed by
Karl W. Schulz
parent
608b98afd2
commit
a9daa47f55
@@ -273,7 +273,7 @@ def gpu_soc():
|
|||||||
|
|
||||||
soc = 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):
|
def log_counter(file_dict, test_name):
|
||||||
|
|||||||
Reference in New Issue
Block a user