English

Phism: Polyhedral High-Level Synthesis in MLIR

Programming Languages 2021-03-30 v1 Hardware Architecture

Abstract

Polyhedral optimisation, a methodology that views nested loops as polyhedra and searches for their optimal transformation regarding specific objectives (parallelism, locality, etc.), sounds promising for mitigating difficulties in automatically optimising hardware designs described by high-level synthesis (HLS), which are typically software programs with nested loops. Nevertheless, existing polyhedral tools cannot meet the requirements from HLS developers for platform-specific customisation and software/hardware co-optimisation. This paper proposes ϕsm\phi_{sm} (phism), a polyhedral HLS framework built on MLIR, to address these challenges through progressive lowering multi-level intermediate representations (IRs) from polyhedra to HLS designs.

Keywords

Cite

@article{arxiv.2103.15103,
  title  = {Phism: Polyhedral High-Level Synthesis in MLIR},
  author = {Ruizhe Zhao and Jianyi Cheng},
  journal= {arXiv preprint arXiv:2103.15103},
  year   = {2021}
}

Comments

Will be presented at LATTE'21

R2 v1 2026-06-24T00:37:20.921Z