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

Futhark.Optimise.Fusion

Description

Perform horizontal and vertical fusion of SOACs. See the paper A T2 Graph-Reduction Approach To Fusion for the basic idea (some extensions discussed in /Design and GPGPU Performance of Futhark’s Redomap Construct/).

Synopsis

Documentation

fuseSOACs :: Pass SOACS SOACS Source #

The pass definition.