Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cfstras/go-cl
- Owner: cfstras
- License: bsd-2-clause
- Created: 2014-04-06T15:58:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T07:58:19.000Z (over 10 years ago)
- Last Synced: 2024-06-21T13:03:40.705Z (5 months ago)
- Language: Go
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)