32. ASW 场景C GM 超输入成倍放大: 未识别单侧全驻留调度+分组非最小替换, 且06文档已漂移需同步 #32
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?
现象 (result_recommend.csv, ASW_Basic)
单 batch 输入 > L2_size 的 case GM 明显超过左右矩阵之和: b16_m32768_n8192_k7168 GM=30.1GB vs V_in=9.4GB (3.2x); b8_m131072_n8192_k8192 GM=87.0GB vs V_in=18.3GB (4.76x); b128_m8192_n8192_k7168 GM=60.1GB vs V_in=30.1GB (2x) 等 (均为场景 C 分组)。
审视结论: 计算逻辑与 docs/06 §3 已漂移, 且模型本身有两处失真
47064c2后未随 issue#24/#29/#30 更新); 代码早已是 GM首读 + L2重复读两段链 + S_A/S_B/S_C 场景, 文档未同步。修复
修复 commit:
18f5959落地: