微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
PerfReasoning: How Well Do LLMs Reason on Hardware Performance?
RSS 官方收录 · 可信分层展示
关键摘要
PerfReasoning基准测试揭示LLM硬件性能推理能力:最强闭源模型超90%,开源最佳仅82.4%
- PerfReasoning评估LLM对硬件性能的推理与建模代码生成能力
- 最强闭源模型Q&A准确率超90%,最佳开源模型为82.4%
- 模型构建任务难度显著更高,多数配置平均通过率低于15%
AI 摘要 · 来源可核验
正文提要
arXiv:2609.04476v1 Announce Type: new Abstract: Performance modeling is central to hardware design and software optimization, yet constructing these models requires structured reasoning about computation, data reuse, storage, and movement. We introduce PerfReasoning, a benchmark that evaluates LLMs both as direct performance reasoners and as generators of analytical performance-model code. Given workload, architecture, and mapping specifications, models compare mappings and predict off-chip traffic and buffer requirements. The strongest closed-source models exceed 90% on reasoning-based Q&A, and the best open-weight model reaches 82.4%. However, model construction is substantially harder: while GPT-5.6 Sol exceeds 80% pass rate, all other model configurations average below 15% and vary markedly across runs. Task-specific RL raises a 4B model's mapping-reasoning accuracy by 15.7 points, whereas feedback-free multi-round self-revision prompting is not reliably effective. PerfReasoning exposes the gap between plausible architectural reasoning and reliable performance-model construction. We will publicly release the benchmark to support reproducible evaluation and track future progress.