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

Futhark.Pass.ExplicitAllocations.SegOp

Documentation

allocInKernelBody :: Allocable fromrep torep => KernelBody fromrep -> AllocM fromrep torep (KernelBody torep) Source #

allocInBinOpLambda :: Allocable fromrep torep => SubExp -> SegSpace -> Lambda fromrep -> AllocM fromrep torep (Lambda torep) Source #

Orphan instances

SizeSubst (SegOp lvl rep) Source # 
Instance details

Methods

opSizeSubst :: PatternT dec -> SegOp lvl rep -> ChunkMap Source #

opIsConst :: SegOp lvl rep -> Bool Source #