소스 검색

tests/datawizard/lazy_allocation.c: can execute codelet on CPU or CUDA

Nathalie Furmento 14 년 전
부모
커밋
1e5302c8e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/datawizard/lazy_allocation.c

+ 1 - 1
tests/datawizard/lazy_allocation.c

@@ -79,7 +79,7 @@ static void check_content_codelet(void *descr[], __attribute__ ((unused)) void *
 }
 
 static starpu_codelet check_content_cl = {
-	.where = STARPU_CPU,
+	.where = STARPU_CPU|STARPU_CUDA,
 	.cpu_func = check_content_codelet,
 #ifdef STARPU_USE_CUDA
 	.cuda_func = check_content_codelet,