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

Futhark.Analysis.HORep.MapNest

Synopsis

Documentation

data Nesting Source #

Instances

Instances details
Show Nesting Source # 
Instance details

Defined in Futhark.Analysis.HORep.MapNest

Eq Nesting Source # 
Instance details

Defined in Futhark.Analysis.HORep.MapNest

Methods

(==) :: Nesting -> Nesting -> Bool #

(/=) :: Nesting -> Nesting -> Bool #

Ord Nesting Source # 
Instance details

Defined in Futhark.Analysis.HORep.MapNest

data MapNest Source #

Instances

Instances details
Show MapNest Source # 
Instance details

Defined in Futhark.Analysis.HORep.MapNest

reshape :: MonadFreshNames m => Certs -> Shape -> MapNest -> m MapNest Source #

Reshape a map nest. It is assumed that any validity tests have already been done. Will automatically reshape the inputs appropriately.