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

Safe HaskellNone
LanguageHaskell2010

Futhark.Pass.ExtractKernels.Split

Description

Functionality for identifying chunks of interesting parallelism inside of a map nesting.

Documentation

splitMap :: MonadFreshNames m => Scope SOACS -> a -> m [a] Source #