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

Futhark.Analysis.HORep.MapNest

Synopsis

Documentation

data MapNest Source #

Instances

Instances details
Show MapNest Source # 
Instance details

Defined in Futhark.Analysis.HORep.MapNest

reshape :: MonadFreshNames m => StmAux () -> 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.