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

Futhark.CodeGen.Backends.GenericC.EntryPoints

Description

Generate the entry point packing/unpacking code.

Documentation

onEntryPoint :: [BlockItem] -> [Name] -> Name -> Function op -> CompilerM op s (Maybe (Definition, (Text, EntryPoint))) Source #