XTC, A Research Platform for Optimizing AI Workload Operators
Pompougnac Hugo, Guillon Christophe, Noiry Sylvain, Dutilleul Alban, Iooss Guillaume, Rastello Fabrice
TL;DR
XTC tackles the problem of comparing and prototyping AI workload optimizations across compiler ecosystems by decoupling scheduling from code generation and providing a unified API and cross-backend measurement harness. The platform supports multiple backends (TVM TE and MLIR Transform), a suite of scheduling primitives, and an extensible research workflow for implementing new scheduling languages and exploration strategies. Empirical evaluations show XTC can rival hand-tuned C implementations at the operator level, reveal backend-specific limitations, and enable end-to-end graph optimization within existing ML pipelines. By offering reproducible evaluation, design-space exploration, and modular backend integration, XTC accelerates research in compiler-driven AI optimization.
Abstract
Achieving high efficiency on AI operators demands precise control over computation and data movement. However, existing scheduling languages are locked into specific compiler ecosystems, preventing fair comparison, reuse, and evaluation across frameworks. No unified interface currently decouples scheduling specification from code generation and measurement. We introduce XTC, a platform that unifies scheduling and performance evaluation across compilers. With its common API and reproducible measurement framework, XTC enables portable experimentation and accelerates research on optimization strategies.
