We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MemoryHandle.buffer() tries to use cl.MemoryObject.from_int_ptr which doesn't exist. Instead cl.Buffer.from_int_ptr should be used (see here).
The text was updated successfully, but these errors were encountered:
Well, to be fair, it probably worked in PyOpenCL pre-2015.2, before the switch to CFFI. I can try to bring compatibility back if it's essential...
Sorry, something went wrong.
No branches or pull requests
MemoryHandle.buffer() tries to use cl.MemoryObject.from_int_ptr which doesn't exist. Instead cl.Buffer.from_int_ptr should be used (see here).
The text was updated successfully, but these errors were encountered: