opencl.c: move up opencl_copy_arrays_from_device
commit4ab97338c222207d4300fc6b90738f246f958660
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 26 Aug 2014 13:30:12 +0000 (26 15:30 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 11 Sep 2014 09:17:42 +0000 (11 11:17 +0200)
tree143ccbd18e5725cfb5f1b1e66b91d5664d03de8f
parent851f2faba51dd7a6a79e98dbea96ce0bf69c2359
opencl.c: move up opencl_copy_arrays_from_device

In some distant future we will be performing the copying as a special
type of user statement.  This function therefore needs to be placed
before opencl_print_host_user.
Since we will be modifying opencl_copy_arrays_from_device in the next
commit, we might as well move the function up now.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
opencl.c