futhark-0.15.5: 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.