[P3] FIXPIPE 瓶颈建议对 StreamK 误导:fp16/fp8 减半提示与部分和 4B 规则矛盾 #14
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
evaluator._advice的 FIXPIPE 分支无条件提示"检查输出 dtype (fp16/fp8 可减半写出量)";但 StreamK 的部分和按 L0C dtype 4B 驻留 L2 防精度丢失(models/README 明确为正确行为),不随 C 矩阵 dtype 转换。streamk_demo 在 issue#9 修复后 bottleneck=FIXPIPE 时即给出该误导建议。另 _advice 无 REDUCE 瓶颈分支。期望:advice 对 StreamK 分支跳过 dtype 减半提示(部分和写已并入归约计账),并补充 REDUCE 瓶颈的建议文案。
【修复说明 · 乱码重写】原评论提交时编码损坏、内容不可恢复, 以下按 git 记录 / issue 正文 / 残留文本重建 (要点级, 非逐字原稿):
[P3] FIXPIPE 瓶颈建议对 StreamK 误导 已修复 (commit
4bedf0a):驻留 L2 防精度丢失, 不随 C dtype 转换 — #14 规则);
9afe6ee(#17) 恢复。