|
@@ -61,7 +61,7 @@ static void soclEnqueueCopyBuffer_cpu_task(void *descr[], void *args) {
|
|
static struct starpu_codelet codelet_copybuffer = {
|
|
static struct starpu_codelet codelet_copybuffer = {
|
|
.where = STARPU_CPU | STARPU_OPENCL,
|
|
.where = STARPU_CPU | STARPU_OPENCL,
|
|
.model = NULL,
|
|
.model = NULL,
|
|
- .cpu_func = &soclEnqueueCopyBuffer_cpu_task,
|
|
|
|
|
|
+ .cpu_funcs = { &soclEnqueueCopyBuffer_cpu_task, NULL },
|
|
.opencl_func = &soclEnqueueCopyBuffer_opencl_task,
|
|
.opencl_func = &soclEnqueueCopyBuffer_opencl_task,
|
|
.nbuffers = 2
|
|
.nbuffers = 2
|
|
};
|
|
};
|