• Joined on 2026-07-10
admin closed issue admin/matmul-analysis#16 2026-09-03 12:05:45 +00:00
[P3] 工程噪音:缺 .gitignore(整改期 11 个 commit 误提交临时 csv)、router._wrap 死代码、README 目录树缺 03_测评报告
admin commented on issue admin/matmul-analysis#11 2026-09-03 12:05:44 +00:00
[P2] StreamK fixpipe 部分和写双重计账且按单核串行高估约 32 倍(issue#9 修复引入的新口径问题)

???(commit 4bedf0a):StreamK ?? Fixpipe ????(????/??/??/???????????? drain ? t_reduce),?????????????? 32x ?????:streamk_demo 55.03us ? 9.96us(???? MTE2_GM),?????? test_issue11_streamk_fixpipe_no_dou…

admin closed issue admin/matmul-analysis#11 2026-09-03 12:05:44 +00:00
[P2] StreamK fixpipe 部分和写双重计账且按单核串行高估约 32 倍(issue#9 修复引入的新口径问题)
admin commented on issue admin/matmul-analysis#12 2026-09-03 12:05:44 +00:00
[P3] K=1 且 batch<128 仍无理论方案:AIV 单缓冲场景缺失(现仅占位标注"无方案")

???(commit 4bedf0a):K=1 ? B<128 ? AIV ?????(used_core_num=AIV ??,plan.note/l1_form ????),????????;router ??????????:B=1..255 x K=1 ?? 765/765 ????;special_k1_demo ????????;04_????.md ??????

admin closed issue admin/matmul-analysis#12 2026-09-03 12:05:44 +00:00
[P3] K=1 且 batch<128 仍无理论方案:AIV 单缓冲场景缺失(现仅占位标注"无方案")
admin commented on issue admin/matmul-analysis#13 2026-09-03 12:05:44 +00:00
[P3] MergeBatch 极端瘦长 case 推荐不可行:b0 选择未纳入 L0A/L0B 容量上限(8000 例中 16 例,0.2%)

???(commit 4bedf0a):(1) merge_batch.make_plan ? b0_max ?? L0A/L0B ????(b0 <= L0A/(2m16*dt) ? L0B ???);(2) router ????????????,????"???B?? -> StreamK -> ASW_Basic"????????????:8000 ?????????? 16…

admin closed issue admin/matmul-analysis#7 2026-09-03 12:05:43 +00:00
[P2] io_csv 未解析 out_nd 列:StreamK 工程约束(输出需 ND)在 CLI 层不可表达
admin commented on issue admin/matmul-analysis#8 2026-09-03 12:05:43 +00:00
[P2] A/B 输入 dtype 不一致时无告警:models.py 注释承诺的 warning 未实现

???:load_cases ? A/B dtype ?????? stderr ??(???????)?

admin closed issue admin/matmul-analysis#8 2026-09-03 12:05:43 +00:00
[P2] A/B 输入 dtype 不一致时无告警:models.py 注释承诺的 warning 未实现
admin commented on issue admin/matmul-analysis#9 2026-09-03 12:05:43 +00:00
[P2] StreamK 时延计账口径疑点:REDUCE 同时计入稳态 max() 与 drain;fixpipe 按 C dtype 与"部分和 4B"口径不一致

???:REDUCE ????? max()(timing.py reduce_serial ??,????? drain ???)?????????????????? #11 ???? commit 4bedf0a ????,?? streamk_demo ?? 9.96us(FIXPIPE ???????????)?

admin closed issue admin/matmul-analysis#9 2026-09-03 12:05:43 +00:00
[P2] StreamK 时延计账口径疑点:REDUCE 同时计入稳态 max() 与 drain;fixpipe 按 C dtype 与"部分和 4B"口径不一致
admin commented on issue admin/matmul-analysis#10 2026-09-03 12:05:43 +00:00
[P3] 文档-代码漂移:README 与 docs/01_软件架构.md 仍描述"本期 MergeBatch+IterBatch、asw_basic/stream_k 待迭代"

???:README ???? docs/01_????.md ??? 6 ??????????????(commit 7bcacef/593ffcf);?? README ????? 03_?????

admin closed issue admin/matmul-analysis#10 2026-09-03 12:05:43 +00:00
[P3] 文档-代码漂移:README 与 docs/01_软件架构.md 仍描述"本期 MergeBatch+IterBatch、asw_basic/stream_k 待迭代"
admin commented on issue admin/matmul-analysis#5 2026-09-03 12:05:42 +00:00
[P1] 推荐模式不做约束自检:大量推荐方案被本工具自带评估器判为不可行(随机 6%~18%)

???:?? constraints.py ?????,??? _wrap_checked ??? evaluate ??(commit 16a84ac/dad4585 ?)?????:#13 ??? 8000 ???? + 6000 ???????????????? 0?

admin closed issue admin/matmul-analysis#5 2026-09-03 12:05:42 +00:00
[P1] 推荐模式不做约束自检:大量推荐方案被本工具自带评估器判为不可行(随机 6%~18%)
admin commented on issue admin/matmul-analysis#6 2026-09-03 12:05:42 +00:00
[P1] dValue 下限约束口径矛盾:IterBatch 形态 a/b"恒满足"与评估器 k_L1*dtype>=128B 检查冲突

???:dValue ??????(constraints.py k_segment_is_contiguous:? K ??? 128B ????,K ?????),???? docs/01????.md �3.5,???? test_issue6 ???

admin closed issue admin/matmul-analysis#6 2026-09-03 12:05:42 +00:00
[P1] dValue 下限约束口径矛盾:IterBatch 形态 a/b"恒满足"与评估器 k_L1*dtype>=128B 检查冲突
admin commented on issue admin/matmul-analysis#7 2026-09-03 12:05:42 +00:00
[P2] io_csv 未解析 out_nd 列:StreamK 工程约束(输出需 ND)在 CLI 层不可表达

???:io_csv.load_cases ?? out_nd ?(?? True),CLI ???? ND ??;test_out_nd_disables_streamk ???

admin commented on issue admin/matmul-analysis#4 2026-09-03 12:05:41 +00:00
[P0] K=1 且 batch<128 的 case 在 recommend 中崩溃(AttributeError: NoneType used_core_num)

???:K=1 ? B<128 ????(router ?? + main ????,commit 0c19d99/b57ba57 ??? 99a25a6 ???);? #12 ????????? AIV ???????(commit 4bedf0a)???:B=64/M=8192/N=32/K=1 recommend ??????

admin closed issue admin/matmul-analysis#4 2026-09-03 12:05:41 +00:00
[P0] K=1 且 batch<128 的 case 在 recommend 中崩溃(AttributeError: NoneType used_core_num)