https://github.com/cfstras/go-cl
Simple, unfinished go wrapper for OpenCL.
https://github.com/cfstras/go-cl
Last synced: 3 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T07:58:19.000Z (about 12 years ago)
- Last Synced: 2025-01-16T18:35:58.858Z (over 1 year 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)