MAAIDCNov 21, 2025

Optimizing PyTorch Inference with LLM-Based Multi-Agent Systems

arXiv:2511.16964v12 citations
Originality Incremental advance
AI Analysis

This work addresses performance optimization for PyTorch inference systems, which is incremental as it builds on existing LLM-based multi-agent approaches by analyzing their dynamics.

The paper tackles the challenge of optimizing PyTorch inference performance on GPU hardware by analyzing multi-agent LLM systems for code tuning, finding that exploit-heavy strategies with error-fixing agents achieve an average 2.88x speedup on an H100 GPU across diverse tasks.

Maximizing performance on available GPU hardware is an ongoing challenge for modern AI inference systems. Traditional approaches include writing custom GPU kernels and using specialized model compilers to tune high-level code for specific GPU targets. Recent work shows that LLM-based multi-agent systems can effectively perform such tuning, often outperforming existing compilers and eliminating the need for manual kernel development. However, the dynamics of multi-agent systems for this task remain unexplored. In this work, we present a logical framework for comparing multi-agent PyTorch optimization systems. Our evaluation shows that exploit-heavy strategies perform best when paired with error-fixing agents, and that performance correlates with the granularity of optimization steps. The best implementation achieves an average 2.88x speedup on an H100 GPU across diverse tasks in KernelBench, a benchmark suite covering a range of machine learning architectures in PyTorch.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes