Commit 4bc7542
committed
fix(tutorial): correct inverted error bars in grouped_gemm benchmark
The grouped_gemm tutorial plots absolute latency `runtime(ms)` on the y-axis, but incorrectly returned `(ms, max_ms, min_ms)` from the benchmark function. This inverted the lower and upper bounds of the error bars in the generated plot. This commit fixes the return order to `(ms, min_ms, max_ms)` to ensure accurate variance visualization.1 parent 088fbe1 commit 4bc7542
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
561 | | - | |
| 561 | + | |
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
| |||
0 commit comments