futhark-0.19.5: An optimising compiler for a functional, array-oriented language.
Safe HaskellNone
LanguageHaskell2010

Futhark.Optimise.TileLoops

Description

Perform a restricted form of loop tiling within SegMaps. We only tile primitive types, to avoid excessive local memory use.

Synopsis

Documentation

tileLoops :: Pass Kernels Kernels Source #

The pass definition.