Skip to content

mantyr/cl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/hydroflame/gopencl/v1.2/cl
This will inline most functions in the package.

About

OpenCL bindings for Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.8%
  • Go 37.2%