@hackage OpenCLWrappers0.1.0.2
The OpenCL Standard for heterogenous data-parallel computing
Installation
Dependencies (3)
- base <4.7
- bytestring
- mtl >=2 && <2.2 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
link
(off by default)
Link to OpenCL
You must link explicitly to opencl library, unless you build with the link flag.
Link library to OpenCL using cabal-install: cabal configure --flags="link" && cabal build
Link explicitly user created program when --flags="link" is not used to build the library: ghc -lamdocl64 --make opencl.hs ghc -lOpenCL --make opencl.hs
Some examples can be found in http://www.iki.fi/jekarl/codes/OpenCLWrappers/examples