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

Safe HaskellNone
LanguageHaskell2010

Futhark.CodeGen.ImpGen.Kernels.SegScan

Synopsis

Documentation

compileSegScan :: Pattern ExplicitMemory -> SegLevel -> SegSpace -> Lambda ExplicitMemory -> [SubExp] -> KernelBody ExplicitMemory -> CallKernelGen () Source #

Compile SegScan instance to host-level code with calls to various kernels.