Fix tests on MI 100 (#609)

[ROCm/rocprofiler-compute commit: 6827330135]
Tento commit je obsažen v:
vedithal-amd
2025-03-13 12:07:03 -04:00
odevzdal GitHub
rodič e4fce70067
revize 30a3751a42
+3 -3
Zobrazit soubor
@@ -1478,7 +1478,7 @@ def test_instmix_section(binary_handler_profile_rocprof_compute):
"'10': metric_id", f"{workload_dir}/profiling_config.yaml"
)
assert test_utils.check_file_pattern(
"SQ_INSTS_VALU_MFMA_F64", f"{workload_dir}/pmc_perf.csv"
"TA_FLAT_WAVEFRONTS", f"{workload_dir}/pmc_perf.csv"
)
test_utils.clean_output_dir(config["cleanup"], workload_dir)
@@ -1505,7 +1505,7 @@ def test_instmix_memchart_section(binary_handler_profile_rocprof_compute):
"'3': metric_id", f"{workload_dir}/profiling_config.yaml"
)
assert test_utils.check_file_pattern(
"SQ_INSTS_VALU_MFMA_F64", f"{workload_dir}/pmc_perf.csv"
"TA_FLAT_WAVEFRONTS", f"{workload_dir}/pmc_perf.csv"
)
assert test_utils.check_file_pattern(
"SQC_TC_DATA_READ_REQ", f"{workload_dir}/pmc_perf.csv"
@@ -1571,7 +1571,7 @@ def test_instmix_section_global_write_kernel(binary_handler_profile_rocprof_comp
"- global_write", f"{workload_dir}/profiling_config.yaml"
)
assert test_utils.check_file_pattern(
"SQ_INSTS_VALU_MFMA_F64", f"{workload_dir}/pmc_perf.csv"
"TA_FLAT_WAVEFRONTS", f"{workload_dir}/pmc_perf.csv"
)
assert test_utils.check_file_pattern("global_write", f"{workload_dir}/pmc_perf.csv")
assert not test_utils.check_file_pattern(