https://github.com/nv7-github/go-cl
Golang OpenCL bindings.
https://github.com/nv7-github/go-cl
Last synced: 3 months ago
JSON representation
Golang OpenCL bindings.
- Host: GitHub
- URL: https://github.com/nv7-github/go-cl
- Owner: Nv7-GitHub
- License: mit
- Created: 2020-10-09T19:58:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T15:00:49.000Z (about 4 years ago)
- Last Synced: 2024-04-17T21:00:58.896Z (about 1 year ago)
- Language: Go
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-cl
These are OpenCL bindings for go. This is mostly from (samuel's go-opencl library)[https://github.com/samuel/go-opencl] with a CL.h from the cl library in [gominer](https://github.com/Dirbaio/gominer).You can find example usage in cl_test.go