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

Futhark.CodeGen.Backends.PyOpenCL

Description

Code generation for Python with OpenCL.

Synopsis

Documentation

compileProg :: MonadFreshNames m => CompilerMode -> String -> Prog KernelsMem -> m (Warnings, String) Source #

Compile the program to Python with calls to OpenCL.