|
@@ -1,6 +1,6 @@
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
*
|
|
*
|
|
- * Copyright (C) 2010, 2012-2014 Université de Bordeaux
|
|
|
|
|
|
+ * Copyright (C) 2010, 2012-2015 Université de Bordeaux
|
|
* Copyright (C) 2010, 2011, 2012, 2014 CNRS
|
|
* Copyright (C) 2010, 2011, 2012, 2014 CNRS
|
|
*
|
|
*
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -68,6 +68,7 @@ static struct starpu_codelet neutral_cl =
|
|
.opencl_funcs = {neutral_opencl_kernel},
|
|
.opencl_funcs = {neutral_opencl_kernel},
|
|
#endif
|
|
#endif
|
|
.cpu_funcs = {neutral_cpu_kernel},
|
|
.cpu_funcs = {neutral_cpu_kernel},
|
|
|
|
+ .cpu_funcs_name = {"neutral_cpu_kernel"},
|
|
.modes = {STARPU_W},
|
|
.modes = {STARPU_W},
|
|
.nbuffers = 1
|
|
.nbuffers = 1
|
|
};
|
|
};
|
|
@@ -126,6 +127,7 @@ static struct starpu_codelet increment_cl =
|
|
.opencl_funcs = {increment_opencl_kernel},
|
|
.opencl_funcs = {increment_opencl_kernel},
|
|
#endif
|
|
#endif
|
|
.cpu_funcs = {increment_cpu_kernel},
|
|
.cpu_funcs = {increment_cpu_kernel},
|
|
|
|
+ .cpu_funcs_name = {"increment_cpu_kernel"},
|
|
.nbuffers = 1,
|
|
.nbuffers = 1,
|
|
.modes = {STARPU_RW}
|
|
.modes = {STARPU_RW}
|
|
};
|
|
};
|