Jump to content

Loop sectioning

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alexsusu (talk | contribs) at 18:48, 10 June 2018 (Defining loop strip-mining (or sectioning)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Loop strip-mining (or sectioning) is a special case of tiling, namely 1D-tiling: a loop is transformed into a depth 2 loop nest, where the outer loop is called tile/block loop and the innermost loop is called element loop. Strip-mining was introduced for vector processors. It is a loop-transformation technique for enabling vectorization of loops and improving memory performance.

The term strip-mine is really inspired from mining coal, for example, with the excavator, which uses a bucket (or bucket wheel) to "strip" the coal.