-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with enqueue_fill_image #32
Comments
I'm not sure of this, but this may be connected to the fact that I was running it on an Nvidia card (with only 1.1 OpenCL support). Still baffled at the "argument mismatch", but I understand it's not supposed to work. I've implemented a simple fillImage kernel instead. |
Hey guys, I'm having this exact same problem on an AMD GPU with OpenCL 1.2 support. Do you know what could the problem be? Thanks. |
That part of PyOpenCL has essentially been rewritten in 2015.2 / git master. Could you try that to see if it's still an issue? If you've got the CL headers installed, then building PyOpenCL should not involve many hoops. |
@adrian-marques, it isn't a priority for me to address this right now, are you able to do this? |
Hey guys, thanks for your quick reply. Thanks. |
I'm pretty sure I'm using enqueue_fill_image according to the spec:
I'm getting an error that clearly indicates there is something different in the expected arguments list:
It seems like either the reference is outdated, in which case I want to know how to actually use this function, or something in the code is incorrect. Could you look into this?
-Thanks
The text was updated successfully, but these errors were encountered: