On Tue, Jul 10, 2012 at 11:22 PM, Andrea Cesari <[email protected]> wrote: > If i understood correctly dt.dtype_to_ctype(type) tell me the corresponding > variable type on python?
Not python per se, but numpy types (the ones you get from numpy arrays' dtype field). dtype_to_ctype() takes numpy datatype object and returns C equivalent. NAME_TO_DTYPE provides correspondence in other direction, i.e. from C types to numpy datatypes. _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
