paperbot · PL 论文追踪

RSS

UniRec: a unimodular-like framework for nested recursions and loops

OOPSLA 6(OOPSLA2)2022
Kirshanthan Sundararajah, Charitha Saumya, Milind Kulkarni

尚未生成 AI 速览(可能缺少 API key 或等待下次运行补跑)。

原文摘要(Abstract)

Scheduling transformations reorder operations in a program to improve locality and/or parallelism. There are mature loop transformation frameworks such as the polyhedral model for composing and applying instance-wise scheduling transformations for loop nests.In recent years, there have been efforts to build frameworks for composing and applying scheduling transformations for nested recursion and loops, but these frameworks cannot employ the full power of transformations for loop nests since they have overly-restrictive representations. This paper describes a new framework, UniRec, that not only generalizes prior frameworks for reasoning about transformations on recursion, but also generalizes the unimodular framework, and hence unifies reasoning about perfectly-nested loops and recursion.

链接与引用

DOI 原文 ·

BibTeX
@article{paperbot1444,
  title = {UniRec: a unimodular-like framework for nested recursions and loops},
  author = {Kirshanthan Sundararajah and Charitha Saumya and Milind Kulkarni},
  journal = {Proceedings of the ACM on Programming Languages},
  volume = {6},
  number = {OOPSLA2},
  year = {2022},
  doi = {10.1145/3563333}
}