|
@@ -1,6 +1,6 @@
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
*
|
|
*
|
|
- * Copyright (C) 2010 Université de Bordeaux 1
|
|
|
|
|
|
+ * Copyright (C) 2010, 2012 Université de Bordeaux 1
|
|
* Copyright (C) 2011 Centre National de la Recherche Scientifique
|
|
* Copyright (C) 2011 Centre National de la Recherche Scientifique
|
|
*
|
|
*
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -33,7 +33,7 @@ static int dummy_cuda_copy_async(void *src_interface, unsigned src_node, void *d
|
|
static int dummy_opencl_copy_async(void *src_interface, unsigned src_node, void *dst_interface, unsigned dst_node, void *_event);
|
|
static int dummy_opencl_copy_async(void *src_interface, unsigned src_node, void *dst_interface, unsigned dst_node, void *_event);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-static const struct starpu_data_copy_methods void_copy_data_methods_s =
|
|
|
|
|
|
+static struct starpu_data_copy_methods void_copy_data_methods_s =
|
|
{
|
|
{
|
|
.ram_to_ram = dummy_copy,
|
|
.ram_to_ram = dummy_copy,
|
|
.ram_to_spu = dummy_copy,
|
|
.ram_to_spu = dummy_copy,
|