Explorar o código

tests/errorcheck/invalid_tasks: remove the "where" field in gpu_only_cl.

It prevented the OpenCL codelet from being executed.
Cyril Roelandt %!s(int64=13) %!d(string=hai) anos
pai
achega
39cf6fd80b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      tests/errorcheck/invalid_tasks.c

+ 0 - 1
tests/errorcheck/invalid_tasks.c

@@ -33,7 +33,6 @@ static void dummy_func(void *descr[], void *arg)
 
 
 static struct starpu_codelet gpu_only_cl =
 static struct starpu_codelet gpu_only_cl =
 {
 {
-	.where = STARPU_CUDA,
 	.cuda_funcs = {dummy_func, NULL},
 	.cuda_funcs = {dummy_func, NULL},
 	.opencl_funcs = {dummy_func, NULL},
 	.opencl_funcs = {dummy_func, NULL},
 	.model = NULL,
 	.model = NULL,