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

Futhark.Optimise.ReuseAllocations

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.