PPT: MergeBatch b_core=2 说明

This commit is contained in:
2026-08-24 03:24:09 +00:00
parent c04a850b02
commit 73b9cb2b06

View File

@@ -144,8 +144,9 @@ body{font-family:"PingFang SC","Microsoft YaHei",sans-serif;background:#0f172a;c
<li>合并块输出 ≤ L0Cb₀²·MN·4B·2 ≤ 256KB</li>
<li>单核搬移总量 ≥ 480KB保证 GM 带宽利用率)</li>
<li>搬移 tile ≥ 16KB单次搬移效率下限</li>
<li>2MN/(M+N) < R/b访存 Bound保证浪费被掩盖</li>
<li>2MN/(M+N) &lt; R₁₆/b₀访存 Bound保证浪费被掩盖</li>
</ul>
<p class="sub">为何不允许 b_core=2合并后每核仅 1 组,与 IterBatch(b_core=2) 总搬移时延相同,但多 50% 冗余计算——无收益</p>
<p class="sub">典型B=128, M=N=64, K=512 → MergeBatchK=256 → 单核搬移不够 480KB → IterBatch</p>
</div>