On Tue, 17 Jan 2012 13:50:47 -0800, Jesse Lu <jesselu(a)stanford.edu> 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