Commit 43b22de
Add punet benchmarking to the regression suite (iree-org#19088)
This commit adds support to benchmark punet fp16/fp8 performance TOM.
This concludes adding all the necessary testing for the SDXL model. It
also switches the compilation of punet to use the spec file as it is
necessary for tuning at the current state of the project. I've also
updated the artifacts in azure, and this time using the date as part of
the azure link so everyone knows the time the artifacts were generated.
Nithin is working on implementing the spec file optimizations as part of
the compiler itself, so we can remove the usage of such files in the
future. All tests have timeouts now too and updated existing ones
because the CLI flag seems to be per test timeouts (not the whole pytest
command itself). Now, we can avoid hangs such as
https://github.com/iree-org/iree/actions/runs/11748746984/job/32734141414
---------
Signed-off-by: saienduri <[email protected]>
Signed-off-by: saienduri <[email protected]>
Co-authored-by: saienduri <[email protected]>1 parent cb5d1ab commit 43b22de
File tree
5 files changed
+593
-10
lines changed- .github/workflows
- build_tools/pkgci/external_test_suite
- experimental
- benchmarks/sdxl
- regression_suite/shark-test-suite-models/sdxl
5 files changed
+593
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
250 | 257 | | |
251 | 258 | | |
| 259 | + | |
252 | 260 | | |
253 | 261 | | |
0 commit comments