This is a wrapper of the OpenCL library for the Dart programming language, written in pure Dart.
It is tailored toward desktop environments, currently tested only under Linux machine.
Implemented features:
- Partial device & platform query
- Creating and building opencl program.
- Executing kernels.
Be sure it can run a simple vector-add program.
Currently under development. WIP.
It can query information about your computing platforms, such as your GPU. It can compile and execute kernels on your GPU.
Do not use it yet, unless you are willing to contribute by testing this package and provide feedback
See example/ directory.
Any help is welcomed!