@@ -32,6 +32,7 @@ static int opencl_worker;
static struct starpu_codelet cl =
{
+ .where = STARPU_CUDA|STARPU_OPENCL,
.modes = { STARPU_RW },
#ifdef STARPU_USE_CUDA
.cuda_funcs = { cuda_func, NULL },