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

Futhark.Pass.ExtractKernels.StreamKernel

Synopsis

Documentation

segThreadCapped :: MonadFreshNames m => MkSegLevel GPU m Source #

Like segThread, but cap the thread count to the input size. This is more efficient for small kernels, e.g. summing a small array.