Automated Derivation of Parametric Data Movement Lower Bounds for Affine Programs
Auguste Olivry, Julien Langou, Louis-No\"el Pouchet, P. Sadayappan,, and Fabrice Rastello

TL;DR
This paper introduces IOLB, an automatic tool that derives non-asymptotic data movement lower bounds for affine programs, significantly advancing the ability to analyze and optimize data movement in computational algorithms.
Contribution
It presents the first compile-time method and tool for automatically deriving detailed data movement lower bounds for arbitrary affine computations.
Findings
IOLB successfully derives bounds for dozens of algorithms previously unanalyzed.
The bounds obtained often exceed manually derived bounds for well-studied algorithms.
Automation increases productivity and accessibility in deriving data movement bounds.
Abstract
For most relevant computation, the energy and time needed for data movement dominates that for performing arithmetic operations on all computing systems today. Hence it is of critical importance to understand the minimal total data movement achievable during the execution of an algorithm. The achieved total data movement for different schedules of an algorithm can vary widely depending on how efficiently the cache is used, e.g., untiled versus effectively tiled matrix-matrix multiplication. A significant current challenge is that no existing tool is able to meaningfully quantify the potential reduction to the data movement of a computation that can be achieved by more effective use of the cache through operation rescheduling. Asymptotic parametric expressions of data movement lower bounds have previously been manually derived for a limited number of algorithms, often without scaling…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
