hopencl-0.2.0: Haskell bindings for OpenCL
The bindings follows version 1.1 of the OpenCL specification.
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
- 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