English

A Reinforcement Learning Environment for Automatic Code Optimization in the MLIR Compiler

Machine Learning 2025-12-23 v2 Distributed, Parallel, and Cluster Computing Software Engineering

Abstract

Code optimization is a crucial task that aims to enhance code performance. However, this process is often tedious and complex, highlighting the necessity for automatic code optimization techniques. Reinforcement Learning (RL) has emerged as a promising approach for tackling such complex optimization problems. In this project, we introduce MLIR RL, an RL environment for the MLIR compiler, dedicated to facilitating MLIR compiler research and enabling automatic code optimization. We propose a multi-discrete formulation of the action space where the action space is the Cartesian product of simpler action subspaces. We also propose a new method, called level pointers, to reduce the size of the action space related to the loop interchange transformation. This enables more efficient and effective learning of the policy. To demonstrate the effectiveness of MLIR RL, we train an RL agent to optimize MLIR Linalg code, targeting CPU. The code is generated from two domain-specific frameworks: deep-learning models generated from PyTorch, and LQCD (Lattice Quantum Chromodynamics) code generated from an LQCD compiler. The result of this work is a research environment that allows the community to experiment with novel ideas in RL-driven loop-nest optimization.

Keywords

Cite

@article{arxiv.2409.11068,
  title  = {A Reinforcement Learning Environment for Automatic Code Optimization in the MLIR Compiler},
  author = {Mohammed Tirichine and Nassim Ameur and Nazim Bendib and Iheb Nassim Aouadj and Bouchama Djad and Rafik Bouloudene and Riyadh Baghdadi},
  journal= {arXiv preprint arXiv:2409.11068},
  year   = {2025}
}
R2 v1 2026-06-28T18:47:39.250Z