소스 검색

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

Nathalie Furmento 14 년 전
부모
커밋
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();