Jump to content

Loop sectioning

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Berek (talk | contribs) at 10:47, 18 June 2018 (added Category:Tiling; removed {{uncategorized}} using HotCat). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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.