gocl icon indicating copy to clipboard operation
gocl copied to clipboard

Go OpenCL (GOCL) Binding

Results 3 gocl issues
Sort by recently updated
recently updated
newest added

Seems that the LibOpenCL (https://github.com/rainliu/gocl/blob/master/android/lib/libOpenCL.so) doesn't support Arm64. There's any compatible libOpenCL.so? How did you get the `libOpenCL.so` and `libllvm-arm.so` (it's using the `adb pull`)?

I'm guessing this project isn't maintained anymore?

It's OK when I do `go build -tags="cl11" gocl/cl` But with -tags="cl12", I encountered the following error: > gocl/cl/image12.go:47: c_image_desc.buffer undefined (type C.struct__cl_image_desc has no field or method buffer) and...