Docs updates with diagrams#7
Conversation
There was a problem hiding this comment.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark 'meTile Kernel Performance'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.15.
| Benchmark suite | Current: 7928505 | Previous: 1626239 | Ratio |
|---|---|---|---|
gemm_256x256x256 |
440.29 us |
369.95 us |
1.19 |
fft_1x256 |
332.38 us |
257.99 us |
1.29 |
This comment was automatically generated by workflow using github-action-benchmark.
|
how did docs update make benchmarks worse??? |
The free M1 mac runners are inconsistent. They could be running a heavy workload elsewhere, which skews the results a bit for some cases. I'm working on a way to improve the timing so that it's not as susceptible to that much of a difference commit to commit. |
|
Probably should not trigger a benchmark in general when the changes not effecting the kernel. Best way to reduce noise |
added diagrams for swizzling, compile flow, and tile layout examples