ajkxyz / opencl4py

Python cffi OpenCL bindings and helper classes
Other
6 stars 19 forks source link

Add support for images #8

Open ernwa opened 7 years ago

ernwa commented 7 years ago

Hi, I've been using this library and it is working much better for me than pyopencl. Unfortunately it seems to be lacking support for images. Has this been worked on? Are their plans to add it?

ajkxyz commented 7 years ago

Hi ernwa, what image functions do you need first? I'll add the when I'll have time.

ernwa commented 7 years ago

Hi...I added images support, openGL interop and more. My fork mostly completes the support of the CL api. Would you be interested in looking it over? I might have introduced some small changes to the API so I didn't want to make it a pull request yet, but I'd be honored if they could make it into your mainline. I don't have the ability to test GL support right now because I'm using a mac and that apparently requires CGL share groups and whatnot, but I'll get to it soon.

https://github.com/ernwa/opencl4py