Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.