cuda.c: copy_arrays_from_device: do not copy local arrays back to host
commit2cda8cda81e39a74d1def9292b8afaaed2c6d8cb
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 9 Nov 2012 11:25:45 +0000 (9 12:25 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 12 Nov 2012 11:25:31 +0000 (12 12:25 +0100)
treefe019e9ef3568839a099fb1e6678231b23f8a85e
parent62b08530c835cce02f90349ae9d6671c8a7d21fe
cuda.c: copy_arrays_from_device: do not copy local arrays back to host

The arrays cannot be used after the scop, so there is no need
to copy the contents back to the host.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
cuda.c
gpu.c
gpu.h