Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cfstras/go-cl

Simple, unfinished go wrapper for OpenCL.
https://github.com/cfstras/go-cl

Last synced: about 1 month ago
JSON representation

Simple, unfinished go wrapper for OpenCL.

Awesome Lists containing this project

README

        

# go-cl

This package provides simple wrappers around the OpenCL API.

To use this package, ensure that the headers and your favourite OpenCL
distribution is installed. On Linux, the headers are usually available in a
package like "opencl-headers", while the implementation is provided by the
graphics driver distribution. On Windows, your graphics driver distribution
should have all the necessary stuff.

There are some basic tests provided as examples, see [cl_test.go](cl_test.go).

_Note:_ This package is far from finished -- if you want to add anything, just contact me :)

## Documentation

see http://godoc.org/github.com/cfstras/go-cl

## License

BSD License. For details, see [LICENSE.md](LICENSE.md)