We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
e2bc3ea
CHANGED: dest_offset renamed to dst_offset to match pyopencl/pycuda API.
dest_offset
dst_offset
pyopencl
pycuda
FIXED: register numpy.bool in addition to bool - it is a separate type now (@perdigao1).
numpy.bool
bool
FIXED: incompatibility with modern versions of pyopencl.