Received from Baskaran Sankaran on Tue, Nov 17, 2015 at 05:56:56PM EST: > No UVA is not enabled on them; I already tried memcpy_dtod. > > In send_pyobj the array would just be passed as reference though right?
Since send_pyobj() passes its argument directly to pickle.dumps(), it will serialize the array contents just as it would with a normally allocated numpy array. -- Lev Givon Bionet Group | Neurokernel Project http://lebedov.github.io/ http://neurokernel.github.io/ _______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
