Samuel Thibault 12 anni fa
parent
commit
a62e0dba32
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/sched_policies/node_heft.c

+ 2 - 1
src/sched_policies/node_heft.c

@@ -17,7 +17,8 @@
  */
 
 /* HEFT variant which tries to schedule a given number of tasks instead of just
- * the first of its scheduling window.  */
+ * the first of its scheduling window, and actually schedule the task for which
+ * the most benefit is achieved.  */
 
 #include <starpu_sched_node.h>
 #include "prio_deque.h"