PLMay 2

DITRON: Distributed Multi-level Tiling Compiler for Parallel Tensor Programs

arXiv:2605.0295336.9
Predicted impact top 1% in PL · last 90 daysOriginality Highly original
AI Analysis

For developers of large language models, DITRON provides a flexible, high-performance distributed programming solution that overcomes the rigidity of existing libraries and compilers.

DITRON introduces a scalable tile-level compiler for distributed tensor programs, achieving performance parity with or exceeding expert-tuned CUDA libraries with speedups of 6%-30% on kernels and 5%-30% on end-to-end inference, and saving approximately 500,000 GPU hours per month in training costs.

The scaling of large language models (LLMs) is currently bottlenecked by the rigidity of distributed programming. While high-performance libraries like CuBLAS and NCCL provide optimized primitives, they lack the flexibility required for rapidly evolving model architectures. Conversely, existing tensor compilers fail to address the complex memory hierarchy of distributed clusters effectively. To bridge this gap, we propose DITRON, a scalable tile-level compiler that democratizes high-performance distributed kernel development. DITRON introduces a novel hierarchical programming abstraction spanning Core, Device, and Task levels to map tensor programs efficiently onto heterogeneous distributed hardware. This abstraction allows DITRON to support diverse parallelism strategies while abstracting away the complexity of inter-node and intra-node communication. Evaluated across large-scale clusters, DITRON achieves performance parity with or exceeding expert-tuned CUDA libraries, delivering speedups of $6\%-30\%$ on isolated kernels and $5\%-30\%$ on end-to-end inference in vLLM. Furthermore, DITRON demonstrates strong portability, achieving significant speedups on both NVIDIA and AMD platforms. \ours{} has been deployed at the enterprise level for both training and inference. It achieves an MFU improvement of over 10\% in training tasks, saving approximately 500,000 GPU hours of training cost per month. For inference tasks, it delivers an end-to-end gain of over 20\% and has been applied to cloud service inference and edge inference scenarios.

Foundations

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

Your Notes