浏览代码

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

Nathalie Furmento 13 年之前
父节点
当前提交
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();