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

Futhark.Pass.ExtractMulticore

Description

Extraction of parallelism from a SOACs program. This generates parallel constructs aimed at CPU execution, which in particular may involve ad-hoc irregular nested parallelism.

Synopsis

Documentation

extractMulticore :: Pass SOACS MC Source #

Transform a program using SOACs to a program in the MC representation, using some amount of flattening.