futhark-0.9.1: An optimising compiler for a functional, array-oriented language.
Futhark.CodeGen.Backends.PyOpenCL.Boilerplate
openClInit :: [PrimType] -> String -> Map Name SizeClass -> String Source #
Python code (as a string) that calls the initiatialize_opencl_object procedure. Should be put in the class constructor.
initiatialize_opencl_object
openClPrelude :: String Source #
rtspythonopencl.py embedded as a string.
rtspythonopencl.py