Skip to content

Commit a6c7080

Browse files
[rocprofiler-compute] Fix profiling tests
* Add check for SQC_DCACHE csv in test script * Fix the list of csv files when profiling in tests [rocm-systems] ROCm/rocm-systems#227 (commit 002b960)
1 parent 5d36932 commit a6c7080

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

tests/test_profile_general.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
MAX_REOCCURING_COUNT = 28
7474

7575
ALL_CSVS_MI100 = sorted([
76+
"SQC_DCACHE_INFLIGHT_LEVEL.csv",
7677
"SQ_IFETCH_LEVEL.csv",
7778
"SQ_INST_LEVEL_LDS.csv",
7879
"SQ_INST_LEVEL_SMEM.csv",
@@ -85,10 +86,13 @@
8586
"pmc_perf_3.csv",
8687
"pmc_perf_4.csv",
8788
"pmc_perf_5.csv",
89+
"pmc_perf_6.csv",
90+
"pmc_perf_7.csv",
8891
"sysinfo.csv",
8992
])
9093

9194
ALL_CSVS_MI200 = sorted([
95+
"SQC_DCACHE_INFLIGHT_LEVEL.csv",
9296
"SQ_IFETCH_LEVEL.csv",
9397
"SQ_INST_LEVEL_LDS.csv",
9498
"SQ_INST_LEVEL_SMEM.csv",
@@ -101,11 +105,11 @@
101105
"pmc_perf_3.csv",
102106
"pmc_perf_4.csv",
103107
"pmc_perf_5.csv",
104-
"pmc_perf_6.csv",
105108
"sysinfo.csv",
106109
"timestamps.csv",
107110
])
108111
ALL_CSVS_MI300 = sorted([
112+
"SQC_DCACHE_INFLIGHT_LEVEL.csv",
109113
"SQ_IFETCH_LEVEL.csv",
110114
"SQ_INST_LEVEL_LDS.csv",
111115
"SQ_INST_LEVEL_SMEM.csv",
@@ -118,11 +122,11 @@
118122
"pmc_perf_3.csv",
119123
"pmc_perf_4.csv",
120124
"pmc_perf_5.csv",
121-
"pmc_perf_6.csv",
122125
"sysinfo.csv",
123126
"timestamps.csv",
124127
])
125128
ALL_CSVS_MI350 = sorted([
129+
"SQC_DCACHE_INFLIGHT_LEVEL.csv",
126130
"SQ_IFETCH_LEVEL.csv",
127131
"SQ_INST_LEVEL_LDS.csv",
128132
"SQ_INST_LEVEL_SMEM.csv",
@@ -143,7 +147,6 @@
143147
"pmc_perf_11.csv",
144148
"pmc_perf_12.csv",
145149
"pmc_perf_13.csv",
146-
"pmc_perf_14.csv",
147150
"sysinfo.csv",
148151
])
149152

0 commit comments

Comments
 (0)