futhark-0.21.4: 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 GPU GPU Source #

The pass definition.