Skip to content

Used in / Cited in

IRON and the MLIR-AIE toolchain are used across a growing body of work on AI Engine and Ryzen AI NPU programming — from research papers that build on or benchmark against them, to higher-level compilers and DSLs that target IRON as a backend, to runtimes and products that ship it as their kernel layer. This page collects a representative selection of that work, alongside the project's relationship to the wider LLVM/MLIR ecosystem. It is curated rather than exhaustive, and favors entries that others can verify and follow.

If you have built on IRON or MLIR-AIE and would like your work considered for this page, open a pull request. Submissions are reviewed for relevance and are not guaranteed to be listed.

How to cite

Work that uses IRON should cite:

E. Hunhoff, J. Melber, K. Denolf, A. Bisca, S. Bayliss, S. Neuendorffer, J. Fifield, J. Lo, P. Vasireddy, P. James-Roxby, and E. Keller. "Efficiency, Expressivity, and Extensibility in a Close-to-Metal NPU Programming Interface." 33rd IEEE International Symposium on Field-Programmable Custom Computing Machines (FCCM), 2025. DOI: 10.1109/FCCM62733.2025.00043

Repositories

  • amd/IRON — IRON operators, AIE kernels, and example applications, built on the MLIR-AIE Python bindings.
  • Xilinx/mlir-aie — the MLIR-based toolchain, dialects, lowering passes, and the IRON Python API bindings for AI Engine devices.
  • Xilinx/llvm-aie (Peano) — the LLVM fork adding the AI Engine as a target architecture.

Research using IRON / MLIR-AIE

Frameworks and DSLs that target IRON

Runtimes and products built on IRON

  • FastFlowLM (FLM) — an NPU-first LLM and vision runtime for Ryzen AI XDNA2 with an Ollama-style interface. Its low-level compute kernels are optimized with IRON and MLIR-AIE. The orchestration and CLI are open source (MIT); the NPU-accelerated kernels are distributed as proprietary binaries.
  • Lemonade — an open-source, OpenAI-compatible local LLM server. Provides Ryzen AI NPU acceleration through its FastFlowLM (flm) backend, and therefore relies on the IRON / MLIR-AIE kernel path for NPU execution. It is multi-backend, also orchestrating llama.cpp, OnnxRuntime GenAI, and whisper.cpp, and provides a separate Windows Ryzen AI NPU path distinct from FLM.

Relationship to the LLVM / MLIR ecosystem

MLIR-AIE is built on LLVM/MLIR infrastructure and tracks it closely; releases pin the toolchain to specific LLVM commits. The host LLVM/MLIR distribution is sourced from AMD's ROCm/llvm-project fork, a downstream fork that tracks upstream LLVM. AI Engine code generation is provided separately through Peano (llvm-aie), an LLVM fork that adds the AI Engine as a target architecture and enables clang-based frontends. This is a maintained fork that tracks upstream rather than a merge of the AIE dialects into the LLVM monorepo.

Coverage

Presentations

Tutorials and workshop presentations on IRON and MLIR-AIE, delivered at academic conferences. Each links to the slide deck (PDF) and, where available, a description of the session.

Venue Year Title Links
ASPLOS 2026 IRON AI Engine API for Ryzen AI NPU PDF · Details
ISCA 2025 Leveraging the IRON AI Engine API to Program the Ryzen AI NPU PDF · Details
IPDPS 2025 Leveraging the IRON AI Engine API to Program the Ryzen AI NPU PDF · Details
MICRO 2024 Leveraging the IRON AI Engine API to Program the Ryzen AI NPU PDF · Details
ASPLOS 2024 Spatial Computing with AIR for Ryzen™ AI PDF · Details
FCCM 2023 Leveraging MLIR to Design for AI Engines PDF
ISFPGA 2023 Leveraging MLIR to Design for AI Engines PDF

Copyright© 2019-2021 Xilinx, Inc.
Copyright© 2022-2026 Advanced Micro Devices, Inc.