futhark-0.20.6: 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 GPUMem -> m (Warnings, Text) Source #

Compile the program to Python with calls to OpenCL.