为 Fused MoE 基准测试增加报告输出 #59
Loading…
Reference in New Issue
No description provided.
Delete Branch "Mengz/op_optimization:mengz/fused-moe-benchmark-report"
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?
现有 Fused MoE Python benchmark 只在控制台打印结果,每次在不同箱型、不同 warmup 和 iters 下对比数据时,都需要额外手工整理环境信息、配置参数和基准输出,很难留下可回溯的记录。
这个提交给 benchmark 补上了 CSV、JSON 和运行报告所需的核心数据,同时增加 output-dir、case-filter、设备同步和环境采集能力,让短跑验证和长跑对比都能直接落地归档。
已在沐曦 GPU 环境用 warmup=2、iters=5 进行实际验证,fused_moe_i8_tn_topk1、topk2、topk3 都能通过正确性检查并输出 avg_ms 与 TOPS,生成的 CSV/JSON 报告已作为本地测试记录保存。
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.