@hackage OpenCL1.0.3.4
Haskell high-level wrapper for OpenCL
Installation
Tested Compilers
Dependencies (3)
- base >=4.0 && <5
- bytestring
- mtl >=2 Show all…
Dependents (2)
@hackage/toysolver, @hackage/acme-everything
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.