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

Futhark.CodeGen.ImpGen.Kernels

Description

Compile a KernelsMem program to imperative code with kernels. This is mostly (but not entirely) the same process no matter if we are targeting OpenCL or CUDA. The important distinctions (the host level code) are introduced later.

Documentation