futhark-0.9.1: An optimising compiler for a functional, array-oriented language.
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.
tileLoops :: Pass Kernels Kernels Source #