[Haskell-cafe] ANN: OpenCL 1.0.3.0 package

Luis Cabellos cabellos at ifca.unican.es
Mon Jan 23 13:44:49 CET 2012


Hello,

I update the OpenCL package with the last changes. The most important
thing, currently it fully implements OpenCL 1.0.

IMPORTANT, some functions change signature (e,g: clSetKernelArg, and
clCreateContext* )

Thanks all comments in the previous version, issues and pulls in github.

# Where to get it

* Hackage page (http://hackage.haskell.org/package/OpenCL)
* Repository (https://github.com/zhensydow/opencl)
* Bugs (https://github.com/zhensydow/opencl/issues)

# Changes

 * Move to Control.Parallel.OpenCL  (thanks Jason Dagit)
 * Added Image functions
 * Added clExecuteNativeKernel
 * Fixes on Windows, Macos and Linux versions (thanks Anthony Cowley,
ehird, axman6)
 * Fix bug with preprocessor code in OpenCL source code
 * Fix clSetKernelArg to allow cannot specify size of local memory arrays

Thanks,
Luis Cabellos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120123/feed31ea/attachment.htm>


More information about the Haskell-Cafe mailing list