소스 검색

Fix typo : struct starpu_task_bundle should be struct _starpu_task_bundle in heft.c

Cyril Roelandt 13 년 전
부모
커밋
55bfe81e75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/sched_policies/heft.c

+ 1 - 1
src/sched_policies/heft.c

@@ -230,7 +230,7 @@ static void compute_all_performance_predictions(struct starpu_task *task,
 					double local_data_penalty[STARPU_NMAXWORKERS][STARPU_MAXIMPLEMENTATIONS],
 					double local_power[STARPU_NMAXWORKERS][STARPU_MAXIMPLEMENTATIONS],
 					int *forced_worker, int *forced_impl,
-					struct starpu_task_bundle *bundle)
+					struct _starpu_task_bundle *bundle)
 {
 	int calibrating = 0;
 	double max_exp_end = DBL_MIN;