ソースを参照

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 },
 		.modes = { STARPU_RW },
 		.cpu_funcs = {cpu_func, NULL},
 		.cpu_funcs = {cpu_func, NULL},
 		.nbuffers = 1,
 		.nbuffers = 1,
-		.where = where
+		.where = STARPU_CPU,
 	};
 	};
 
 
 	struct starpu_task *task2 = starpu_task_create();
 	struct starpu_task *task2 = starpu_task_create();