Fixing some typos from debug

Signed-off-by: coleramos425 <colramos@amd.com>
Цей коміт міститься в:
coleramos425
2024-05-31 21:46:18 +00:00
джерело 9ff90edc10
коміт 55a31ef880
2 змінених файлів з 7 додано та 18 видалено
+7 -15
Переглянути файл
@@ -70,13 +70,6 @@ ALL_CSVS = sorted(
"pmc_perf_7.csv",
"pmc_perf_8.csv",
"pmc_perf_9.csv",
"sysinfo.csv",
"timestamps.csv",
]
)
ALL_CSVS_MI200 = sorted(
ALL_CSVS
+ [
"pmc_perf_10.csv",
"pmc_perf_11.csv",
"pmc_perf_12.csv",
@@ -84,6 +77,13 @@ ALL_CSVS_MI200 = sorted(
"pmc_perf_14.csv",
"pmc_perf_15.csv",
"pmc_perf_16.csv",
"sysinfo.csv",
"timestamps.csv",
]
)
ALL_CSVS_MI200 = sorted(
ALL_CSVS
+ [
"pmc_perf_17.csv",
"pmc_perf_18.csv",
"roofline.csv",
@@ -92,13 +92,6 @@ ALL_CSVS_MI200 = sorted(
ALL_CSVS_MI300 = sorted(
ALL_CSVS
+ [
"pmc_perf_10.csv",
"pmc_perf_11.csv",
"pmc_perf_12.csv",
"pmc_perf_13.csv",
"pmc_perf_14.csv",
"pmc_perf_15.csv",
"pmc_perf_16.csv",
"pmc_perf_17.csv",
]
)
@@ -514,7 +507,6 @@ def test_no_roof():
if soc == "MI100":
assert sorted(list(file_dict.keys())) == ALL_CSVS
elif soc == "MI200":
breakpoint()
assert sorted(list(file_dict.keys())) == sorted(
list(filter(lambda elm: elm != "roofline.csv", ALL_CSVS_MI200))
)