Pārlūkot izejas kodu

Phony commit to say farewell.

Last day for me. I had a great time working with you all.
Thank you !
 -- Nicolas
Nicolas Collin 13 gadi atpakaļ
vecāks
revīzija
39ae3ff6a0
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/sched_policies/heft.c

+ 1 - 0
src/sched_policies/heft.c

@@ -230,6 +230,7 @@ static int push_task_on_best_worker(struct starpu_task *task, int best_workerid,
 	return starpu_push_local_task(best_workerid, task, prio);
 }
 
+/* TODO: Correct the bugs in the scheduling !!! */
 /* TODO: factorize with dmda!! */
 static void compute_all_performance_predictions(struct starpu_task *task,
 					double local_task_length[STARPU_NMAXWORKERS][STARPU_MAXIMPLEMENTATIONS],