|
@@ -46,7 +46,6 @@ void starpu_execute_on_each_worker(void (*func)(void *), void *arg, uint32_t whe
|
|
.where = where,
|
|
.where = where,
|
|
.cuda_func = STARPU_MULTIPLE_CUDA_IMPLEMENTATIONS,
|
|
.cuda_func = STARPU_MULTIPLE_CUDA_IMPLEMENTATIONS,
|
|
.cuda_funcs = {wrapper_func, NULL},
|
|
.cuda_funcs = {wrapper_func, NULL},
|
|
- .cpu_func = STARPU_MULTIPLE_CPU_IMPLEMENTATIONS,
|
|
|
|
.cpu_funcs = {wrapper_func, NULL},
|
|
.cpu_funcs = {wrapper_func, NULL},
|
|
.opencl_func = STARPU_MULTIPLE_OPENCL_IMPLEMENTATIONS,
|
|
.opencl_func = STARPU_MULTIPLE_OPENCL_IMPLEMENTATIONS,
|
|
.opencl_funcs = {wrapper_func, NULL},
|
|
.opencl_funcs = {wrapper_func, NULL},
|