hopencl: Haskell bindings for OpenCL
The bindings follows version 1.1 of the OpenCL specification. Haddock documentation is available at http://projects.haskell.org/hopencl/
The following sections of the OpenCL specification are not supported currently:
Image Objects (section 5.3)
Sampler Objects (section 5.5)
Profiling of memory objects and kernels (section 5.12)
Extensions of the OpenCL standard involving the API
OpenGL and D3D related functions
In addition, the are not currently any Haskell wrappers for the following functions:
clCreateSubBuffer, clEnqueueReadBufferRect, clEnqueueWriteBufferRect, clEnqueueCopyBufferRect, clEnqueueMapBuffer, clEnqueueUnmapMemObject, clEnqueueNativeKernel
[Skip to Readme]
Modules
[Index]
- Foreign
- OpenCL
- Foreign.OpenCL.Bindings
- Foreign.OpenCL.Bindings.CommandQueue
- Foreign.OpenCL.Bindings.Context
- Foreign.OpenCL.Bindings.Device
- Foreign.OpenCL.Bindings.Event
- Foreign.OpenCL.Bindings.Kernel
- Foreign.OpenCL.Bindings.MemoryObject
- Foreign.OpenCL.Bindings.Platform
- Foreign.OpenCL.Bindings.Program
- Foreign.OpenCL.Bindings.Synchronization
- Foreign.OpenCL.Bindings.Types
- Foreign.OpenCL.Bindings
- OpenCL
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
debug | Enable debugging messages | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- hopencl-0.2.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0, 0.2.1 |
---|---|
Dependencies | base (>=4 && <5), bytestring [details] |
Tested with | ghc ==7.0.3 |
License | BSD-3-Clause |
Copyright | Copyright (c) 2011-2014 Merijn Verstraaten, Martin Dybdal |
Author | Merijn Verstraaten <merijn@inconsistent.nl> (2014-present), Martin Dybdal <dybber@dybber.dk> (2011-2014) |
Maintainer | Merijn Verstraaten <merijn@inconsistent.nl> |
Category | Foreign |
Home page | https://github.com/merijn/hopencl |
Bug tracker | https://github.com/merijn/hopencl/issues |
Source repo | head: git clone http://github.com/merijn/hopencl |
Uploaded | by MerijnVerstraaten at 2014-03-19T10:25:58Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2087 total (11 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] |