paper-with-me

Papers

PassNet: Scaling Large Language Models for Graph Compiler Pass Generation

2026-05-28 · Yiqun Liu, Yingsheng Wu, Ruqi Yang, Enrong Zheng, Honglei Qiu, Sijun He, Tai Liang, Jingjing Wu, Yuhan Zhou, Yiwei Zhang, Dongyan Chen, Weihan Yi, Xinqi Li, Siqi Bao arxiv

Modern tensor compilers such as TorchInductor deliver substantial speedups on mainstream models, yet face a systematic performance ceiling on long-tail workloads -- our profiling shows that 43% of real-world subgraphs experience end-to-end slowdowns under default compilation. While LLMs offer a path toward automated optimization, existing efforts focus on standalone kernel generation. We argue that pass generation -- where LLMs author structured graph transformations that integrate directly into compiler pipelines -- is the more appropriate abstraction. We propose PassNet, the first large-scale ecosystem for LLM-based compiler pass generation, comprising: (1) PassNet-Dataset, over 18K unique computational graphs from 100K real-world models; and (2) PassBench, 200 curated long-tail fusible tasks (comprising 2,060 subgraphs in total) evaluated under the Error-aware Speedup Score (ES_t) -- a metric unifying correctness, stability, and performance -- with layered integrity defenses against systematic LLM exploitation. Experiments reveal that PassBench is both highly discriminative and genuinely unsaturated: the best frontier model trails TorchInductor by 37% in aggregate, yet on individual subgraphs LLMs achieve up to 3x speedup over the same compiler -- indicating that the bottleneck is consistency, not capability. Fine-tuning a small model on merely ~4K PassNet trajectories yields a 2.67x improvement approaching frontier-model performance, demonstrating substantial headroom and validating PassNet as live training infrastructure for advancing LLM-driven compiler optimization. All data, benchmarks, and tooling are publicly available.

📄 PDF Abstract BibTeX arXiv:2605.29357

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HyperOffload: Graph-Driven Hierarchical Memory Management for Large Language Models on SuperNode Architectures

2026-01-31 · Fangxin Liu, Qinghua Zhang, Hanjing Shen, Zhibo Liang 외 arxiv

The rapid evolution of Large Language Models (LLMs) towards long-context reasoning and sparse architectures has pushed memory requirements far beyond the capacity of individual device HBM. While emerging supernode archit…

Exploring the Feasibility of End-to-End Large Language Model as a Compiler

2025-11-06 · Hongbin Zhang, Shihao Gao, Yang Liu, Mingjie Xing 외 arxiv

In recent years, end-to-end Large Language Model (LLM) technology has shown substantial advantages across various domains. As critical system software and infrastructure, compilers are responsible for transforming source…

Code Generation

GraphNet: A Large-Scale Computational Graph Dataset for Tensor Compiler Research

2025-10-28 · Xinqi Li, Yiqun Liu, Shan Jiang, Enrong Zheng 외 arxiv

We introduce GraphNet, a dataset of 2.7K real-world deep learning computational graphs with rich metadata, spanning six major task categories across multiple deep learning frameworks. To evaluate tensor compiler performa…

Automatic Pass Annotation from Soccer VideoStreams Based on Object Detection and LSTM

2020-07-13 · Danilo Sorano, Fabio Carrara, Paolo Cintia, Fabrizio Falchi 외

Soccer analytics is attracting increasing interest in academia and industry, thanks to the availability of data that describe all the spatio-temporal events that occur in each match. These events (e.g., passes, shots, fo…

object-detectionObject Detection

Transformers are Efficient Compilers, Provably

2024-10-07 · Xiyu Zhai, Runlong Zhou, Liao Zhang, Simon Shaolei Du

Transformer-based large language models (LLMs) have demonstrated surprisingly robust performance across a wide range of language-related tasks, including programming language understanding and generation. In this paper, …