OpenCL

Haskell high-level wrapper for OpenCL

https://github.com/IFCA/opencl

Latest on Hackage:1.0.3.4

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Luis Cabellos

Haskell FFI binding to OpenCL library. It includes high-level wrappers to help development. Based on the OpenCLRaw package.

Most of the functions can throw a CLError exception. Using the module Control.Exception helps to work with this package's exceptions.