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

Safe HaskellNone
LanguageHaskell2010

Futhark.Optimise.Unstream

Description

Turn GroupStreams that operate on entire input or thread-variant sizes into do-loops, thus aiding subsequent optimisation. It is very important that this is run *after* any access-pattern-related optimisation, because this pass will destroy information.

Documentation