Commit 3df86c7
committed
extend mxfp8 roofline with more recipes
Summary:
Adds:
1. mxfp8_32x32_flexible_gemm_layout (needs gemm kernels and square
blocks)
2. mxfp8_32x32_weight (needs square blocks for only weight)
Test Plan:
```bash
python benchmarks/float8/float8_roofline.py ~/local/tmp/20251016_mxfp8_32x32_weight.csv --mx_recipe_name mxfp8_32x32_weight --do_benchmarks False --shape_gen_name pow2_extended
```
Reviewers:
Subscribers:
Tasks:
Tags:
ghstack-source-id: 23319e2
ghstack-comment-id: 3411251781
Pull-Request: #31901 parent a9694a5 commit 3df86c7
File tree
2 files changed
+61
-3
lines changed- benchmarks/float8
- torchao/testing/training
2 files changed
+61
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
236 | 250 | | |
237 | 251 | | |
238 | 252 | | |
| |||
309 | 323 | | |
310 | 324 | | |
311 | 325 | | |
312 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
313 | 331 | | |
314 | 332 | | |
315 | 333 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
190 | 230 | | |
191 | 231 | | |
192 | 232 | | |
193 | 233 | | |
194 | 234 | | |
195 | 235 | | |
196 | | - | |
| 236 | + | |
197 | 237 | | |
198 | 238 | | |
199 | 239 | | |
| |||
0 commit comments