Hello, I've got a host-side CUDA library wrapped in Cython and I'd like to use it on a device-side array that I've allocated in python with PyCuda. However, I'm completely at a loss as to how I should pass the device pointers from the python side of things to the C library. In CUDA the device pointers look like normal pointers, but in PyCuda I get a DeviceAllocation object -- how can I pass the pointer address information to the C library through Cython? What types should I use in the Cython wrapper?
thanks! Rok _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
