Преглед на файлове

Make tests/datawizard/reclaim.c work with OpenCL.

Cyril Roelandt преди 13 години
родител
ревизия
bc7dc92109
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/datawizard/reclaim.c

+ 1 - 1
tests/datawizard/reclaim.c

@@ -54,9 +54,9 @@ static void dummy_func(void *descr[], __attribute__ ((unused)) void *_args)
 
 static struct starpu_codelet dummy_cl =
 {
-        .where = STARPU_CPU|STARPU_CUDA,
 	.cpu_funcs = {dummy_func, NULL},
 	.cuda_funcs = {dummy_func, NULL},
+	.opencl_funcs = {dummy_func, NULL},
 	.nbuffers = 3,
 	.modes = {STARPU_RW, STARPU_R, STARPU_R}
 };