OpenCLWrappers-0.0.1.0: The OpenCL Standard for heterogenous data-parallel computing

System.OpenCL.Wrappers.Helpers

Description

Some helper functions that may or may not be useful to anyone.

Documentation

pushKernelParams :: forall b. Storable b => Kernel -> CLuint -> [b] -> IO (Maybe ErrorCode)Source