Просмотр исходного кода

tests/core/multiformat_handle_conversion.c: fix value for field where

Nathalie Furmento лет назад: 13
Родитель
Сommit
dfedfcdc37
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tests/core/multiformat_handle_conversion.c

+ 1 - 1
tests/core/multiformat_handle_conversion.c

@@ -176,7 +176,7 @@ create_and_submit_tasks(int where, starpu_data_handle_t handles[])
 		.modes = { STARPU_RW },
 		.cpu_funcs = {cpu_func, NULL},
 		.nbuffers = 1,
-		.where = where
+		.where = STARPU_CPU,
 	};
 
 	struct starpu_task *task2 = starpu_task_create();