Discussion of: Energy-Aware Non-Preemptive Task Scheduling With Deadline Constraint in DVFS-Enabled Heterogeneous Clusters

From epsciwiki
Revision as of 20:36, 18 January 2023 by Xmei (talk | contribs)
Jump to navigation Jump to search

David

  • pg. 4089: energy-prior =? energy-priority and deadline-prior =? deadline-priority
  • "theta describes how much we can sacrifice the runtime energy for a shorter make-span and less occupied servers."
    • "We also introduce the theta parameter to discard the minimum E run for reducing E idle when appropriate."
  • Figure 4: 36% energy efficiency only achieved for simulation where GPU freq. scaling range is unrealistically wide
    • Do we know why this is limited? (by Cissie) My answer is no, but it's becoming even more strict from generation to generation.
    • Does the efficiency improvement need the full range, or does it always go to the edge?
  • No plots showing optimal freq. and voltage as determined by algorithm -- (by Cissie) Fig.4 has optimized normalized frequency/voltage setting for a single task without scheduling if I answered the right question.
    • (e.g. did it always push these to a limit?)-- (by Cissie) Most of them do. I have an early publication at http://www.comp.hkbu.edu.hk/~chxw/papers/hotpower_2013.pdf which talks about real data only on an old Fermi architecture. The best strategy in general is to use lowest core voltage and the maximum allowed core frequency decided by this voltage.

Cissie