Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-gl/cl
OpenCL bindings for Go
https://github.com/go-gl/cl
Last synced: about 2 months ago
JSON representation
OpenCL bindings for Go
- Host: GitHub
- URL: https://github.com/go-gl/cl
- Owner: go-gl
- License: mit
- Created: 2015-03-25T20:07:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-02T05:07:53.000Z (over 8 years ago)
- Last Synced: 2024-06-18T23:17:08.600Z (6 months ago)
- Language: C
- Size: 103 KB
- Stars: 48
- Watchers: 11
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CL
Robust cross platform opencl bindings for go#Examples
see sample/#Compile optimisation
for better performance (less overhead) compile with 4 `-l` flag:
`go install -gcflags="-l -l -l -l" github.com/go-gl/cl/v1.2/cl`
This will inline most functions in the package.