Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Code generation for Python with OpenCL.
Synopsis
- compileProg :: MonadFreshNames m => CompilerMode -> String -> Prog GPUMem -> m (Warnings, Text)
Documentation
compileProg :: MonadFreshNames m => CompilerMode -> String -> Prog GPUMem -> m (Warnings, Text) Source #
Compile the program to Python with calls to OpenCL.