PulseAugur
EN
LIVE 06:44:13

Axon superoptimizer uses program synthesis for AI accelerator tensor programs

Researchers have developed Axon, a novel superoptimizer designed to enhance the performance of tensor programs for AI accelerators. Axon employs program synthesis to automatically generate target instructions from semantic specifications and empirically selects the most efficient kernel by exploring semantically equivalent program variations. The system discovers algebraic transformations through operator propagation in computation graphs, utilizing SMT solvers to ensure semantic preservation without manual rewrite rules. It then translates tensor operations into target ISA instructions, optimizes tiling configurations based on hardware constraints, and fuses operators to minimize memory traffic. AI

IMPACT This research could lead to more efficient AI hardware utilization and reduced development burden for AI accelerator programmers.

RANK_REASON The cluster contains a research paper detailing a new method for optimizing tensor programs.

Read on arXiv cs.CL →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

Axon superoptimizer uses program synthesis for AI accelerator tensor programs

COVERAGE [2]

  1. arXiv cs.CL TIER_1 English(EN) · Akash Kothari, Shaowei Zhu, Daniel Kroening, Chungha Sung ·

    Axon: A Synthesizing Superoptimizer for Tensor Programs

    arXiv:2606.26344v1 Announce Type: cross Abstract: Writing high performance kernels for AI accelerators requires deep expertise in tiling, instruction selection, data layout, and operator fusion placing a significant burden on programmers. In this paper, we focus on tile based AI …

  2. arXiv cs.CL TIER_1 English(EN) · Chungha Sung ·

    Axon: A Synthesizing Superoptimizer for Tensor Programs

    Writing high performance kernels for AI accelerators requires deep expertise in tiling, instruction selection, data layout, and operator fusion placing a significant burden on programmers. In this paper, we focus on tile based AI accelerator programs and present Axon, a synthesiz…