Oh right, that's a good catch. If I can get the host pointer, then I can
just use send. Is it possible to access host mem pointer in pycuda then?

On Tuesday, November 17, 2015, Lev Givon <l...@columbia.edu> wrote:

> 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
PyCUDA@tiker.net
http://lists.tiker.net/listinfo/pycuda

Reply via email to