Scheduling computations with provably low synchronization overheads
Guilherme Rito and Hervé Paulino
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
BibTeX Citation
@inproceedings{RitHer21, author = {Guilherme Rito and Hervé Paulino}, title = {Scheduling computations with provably low synchronization overheads}, booktitle = {Journal of Scheduling}, year = {2021}, month = {10}, publisher = {Springer International Publishing}, }