BriefGPT.xyz
Apr, 2024
性能对齐的LLM用于生成高效代码
Performance-Aligned LLMs for Generating Fast Code
HTML
PDF
Daniel Nichols, Pranav Polasam, Harshitha Menon, Aniruddha Marathe, Todd Gamblin...
TL;DR
通过引入强化学习的方法,将代码LMM的输出与性能对齐,提高生成代码的期望加速比,并在一组基准任务中展示了0.9至1.6倍的串行代码速度提升和1.9至4.5倍的OpenMP代码速度提升。
Abstract
optimizing
scientific software
is a difficult task because codebases are often large and complex, and
performance
can depend upon several
→