On Tue, 17 Jan 2012 13:50:47 -0800, Jesse Lu <[email protected]> wrote: > Hi everyone, > > Quick question, how should I copy the data from one GPUArray to another? Is > there something better than > > y.set(x.get())
You can do a device-to-device copy from x.gpudata to y.gupdata. Andreas
pgp3TrkFOdXcJ.pgp
Description: PGP signature
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
