On Montag 14 September 2009, David Garcia wrote: > It looks like Buffer objects have the same problem. In this case they don't > even have a get_buffer_info method, so there's no way to query buffer > objects as far as I can see.
Not sure what you mean by get_buffer_info. Buffer.get_info exists, though, which is just the inherited MemoryObject.get_info. >>> import pyopencl as cl >>> cl.Buffer.get_info <unbound method Buffer.get_info> Andreas
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyOpenCL mailing list [email protected] http://tiker.net/mailman/listinfo/pyopencl_tiker.net
