Commit 6a19f46
Feat: Add cost analysis of Pallas kernels using LLO tracing
This change introduces the capability to perform cost analysis of Pallas kernels within XProf. Pallas kernels are represented as "custom-call" HLOs, and this change enables XProf to estimate their performance characteristics (flops, IOPS, and DMA bandwidth) by analyzing Low-Level Optimized (LLO) instruction traces.
PiperOrigin-RevId: 8319374741 parent c886d9e commit 6a19f46
1 file changed
+19
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
248 | 267 | | |
249 | 268 | | |
250 | 269 | | |
| |||
0 commit comments