go-opencl icon indicating copy to clipboard operation
go-opencl copied to clipboard

OpenCL bindings for Go

OpenCL bindings for Go

Documentation at http://godoc.org/github.com/jgillich/go-opencl/cl.

See the test for usage examples.

By default, the OpenCL 1.2 API is exported. To get OpenCL 1.0, set the build tag cl10.