Browse Source

really use the best implementation we have computed

Samuel Thibault 13 years ago
parent
commit
e72f3acf6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sched_policies/deque_modeling_policy_data_aware.c

+ 1 - 1
src/sched_policies/deque_modeling_policy_data_aware.c

@@ -383,7 +383,7 @@ static int _dm_push_task(struct starpu_task *task, unsigned prio)
 	
 	//_STARPU_DEBUG("Scheduler dm: kernel (%u)\n", best_impl);
 
-	 _starpu_get_job_associated_to_task(task)->nimpl = 0;//best_impl;
+	 _starpu_get_job_associated_to_task(task)->nimpl = best_impl;
 
 	/* we should now have the best worker in variable "best" */
 	return push_task_on_best_worker(task, best, model_best, prio);