소스 검색

Benchmark MLR much more than just 42 measurements

Samuel Thibault 4 년 전
부모
커밋
3167c366f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/mlr/mlr.c

+ 1 - 1
examples/mlr/mlr.c

@@ -185,7 +185,7 @@ int main(void)
 		vector_mn[1] = n;
 		vector_mn[1] = n;
 		starpu_data_release(vector_mn_handle);
 		starpu_data_release(vector_mn_handle);
 
 
-		for (j = 0; j < 42; j++)
+		for (j = 0; j < 1000; j++)
 		{
 		{
 			starpu_insert_task(&cl_init,
 			starpu_insert_task(&cl_init,
 					   STARPU_R, vector_mn_handle,
 					   STARPU_R, vector_mn_handle,