|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2010, 2012 Université de Bordeaux 1
|
|
|
+ * Copyright (C) 2010, 2012-2013 Université de Bordeaux 1
|
|
|
* Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
|
* Copyright (C) 2012 inria
|
|
|
*
|
|
@@ -113,6 +113,7 @@ int main(int argc, char **argv)
|
|
|
#ifdef STARPU_USE_OPENCL
|
|
|
.opencl_funcs = {opencl_codelet_incA, NULL},
|
|
|
#endif
|
|
|
+ .cpu_funcs_name = {"cpu_codelet_incA", NULL},
|
|
|
.nbuffers = 1,
|
|
|
.modes = {STARPU_RW}
|
|
|
};
|
|
@@ -149,7 +150,6 @@ int main(int argc, char **argv)
|
|
|
#ifdef STARPU_USE_OPENCL
|
|
|
.opencl_funcs = {opencl_codelet_incC, NULL},
|
|
|
#endif
|
|
|
- .cpu_funcs_name = {"cpu_codelet_incA", NULL},
|
|
|
.cpu_funcs_name = {"cpu_codelet_incC", NULL},
|
|
|
.nbuffers = 1,
|
|
|
.modes = {STARPU_RW}
|