Articles details

  • Scheduling computations with provably low synchronization overheads
  • 01 Feb 2022
  • We present a Work Stealing scheduling algorithm that provably avoids most synchronization overheads by keeping processors’ deques entirely private by default and only exposing work when requested by thieves. This is the first paper that obtains bounds on the synchronization overheads that are (essentially) independent of the total amount of work, thus corresponding to a great improvement, in both algorithm design and theory, over state-of-the-art Work Stealing algorithms. Consider any computation with work T1 and critical-path length T∞ executed by P processors using our scheduler. Our analysis shows that the expected execution time is O T1 + T∞ , and the expected synchronization overheads incurred during the execution P are at most O ((CCAS + CMFence) P T∞), where CCAS and CMFence, respectively, denote the maximum cost of executing a Compare-And-Swap instruction and a Memory Fence instruction.
  • Springer
  • Guilherme Rito, Hervé Paulino
  • 25
  • 1094-6136
  • https://doi.org/10.1007/s10951-021-00706-6
  • lcws-josh2022
  • 10.1007/s10951-021-00706-6
  • 107 to 124
  • 1 Feb 2022