OpenCLWrappers: The OpenCL Standard for heterogenous data-parallel computing

[ bsd3, ffi, library ] [ Propose Tags ]
Versions [RSS] 0.0.0, 0.0.0.1, 0.0.1.0, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3
Dependencies base (<4.5), bytestring, mtl (>=2 && <2.1) [details]
License BSD-3-Clause
Copyright Renaissance Computing Institute, Emil Karlson
Author J.R. Heard, Emil Karlson
Maintainer Emil Karlson <jekarlson@gmail.com>
Category FFI
Home page https://github.com/jkarlson/OpenCLWrappers
Bug tracker https://github.com/jkarlson/OpenCLWrappers/issues
Uploaded by EmilKarlson at 2011-12-29T11:52:37Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 5976 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for OpenCLWrappers-0.0.1.0

[back to package description]
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