futhark-0.9.1: An optimising compiler for a functional, array-oriented language.

Safe HaskellNone
LanguageHaskell2010

Futhark.Optimise.TileLoops

Description

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

Documentation