futhark-0.22.4: An optimising compiler for a functional, array-oriented language.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Futhark.Optimise.MemoryBlockMerging

Description

This module implements an optimization that tries to statically reuse kernel-level allocations. The goal is to lower the static memory usage, which might allow more programs to run using intra-group parallelism.

Synopsis

Documentation

optimise :: Pass GPUMem GPUMem Source #

Perform the reuse-allocations optimization.