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