futhark-0.9.1: An optimising compiler for a functional, array-oriented language.
Futhark.Pass.ExtractKernels.Split
Description
Functionality for identifying chunks of interesting parallelism inside of a map nesting.
splitMap :: MonadFreshNames m => Scope SOACS -> a -> m [a] Source #