11 citations · 13 across the 5 of their papers we have counts for
5 papers
Meta Large Language Model Compiler: Foundation Models of Compiler Optimization
Chris Cummins, Volker Seeker, Dejan Grubisic +4
Large Language Models (LLMs) have demonstrated remarkable capabilities across a variety of software engineering and coding tasks. However, their application in the domain of code a…
Compiler generated feedback for Large Language Models
Dejan Grubisic, Chris Cummins, Volker Seeker +1
We introduce a novel paradigm in compiler optimization powered by Large Language Models with compiler feedback to optimize the code size of LLVM assembly. The model takes unoptimiz…
Priority Sampling of Large Language Models for Compilers
Dejan Grubisic, Chris Cummins, Volker Seeker +1
Large language models show great potential in generating and optimizing code. Widely used sampling methods such as Nucleus Sampling increase the diversity of generation but often p…
Large Language Models for Compiler Optimization
Chris Cummins, Volker Seeker, Dejan Grubisic +8
We explore the novel application of Large Language Models to code optimization. We present a 7B-parameter transformer model trained from scratch to optimize LLVM assembly for code…
LoopTune: Optimizing Tensor Computations with Reinforcement Learning
Dejan Grubisic, Bram Wasti, Chris Cummins +2
Advanced compiler technology is crucial for enabling machine learning applications to run on novel hardware, but traditional compilers fail to deliver performance, popular auto-tun…