@inproceedings{858b40881f534c46a632667bc037a5bd,
title = "Efficient Synchronization-Light Work Stealing",
abstract = "Work Stealing (Ws) is a provably efficient scheduler of parallel computations. In WS each processor owns a deque that it uses as a call stack; when out of work, processors try to steal tasks from other processors' deques. Unfortunately, the concurrent nature of processors' deques entails expensive synchronization even when processors access their own deques. Recently, Rito and Paulino have found that the use of split deques allows to provably avoid most synchronization costs while keeping WS's asymptotically optimal expected runtime; in Low-Cost Work Stealing (LCWS) - the variant of WS introduced in their work - processors need not synchronization for most local accesses to their (split) deques. In this paper we assess the concrete efficiency gains of LCWS in practice. More concretely, we implemented LCWS in the Parlay library and show how it compares against Parlay's original work stealing algorithm on the execution of the benchmarks from the Problem-Based Benchmark Suite (PBBS). Experimental results show that our signal-based LCWS implementation obtains speedups with regard to WS for at least 65% of PBBS' benchmarks in three different computers.",
keywords = "load balancing, runtime systems, scheduling, synchronization-light, work stealing",
author = "Rafael Cust{\'o}dio and Herv{\'e} Paulino and Guilherme Rito",
note = "Funding Information: This work is supported by NOVA LINCS (UIDB/04516/2020) with the financial support of FCT.IP. Publisher Copyright: {\textcopyright} 2023 Owner/Author.; 35th ACM Symposium on Parallelism in Algorithms and Architectures, SPAA 2023 ; Conference date: 17-06-2023 Through 19-06-2023",
year = "2023",
month = jun,
day = "17",
doi = "10.1145/3558481.3591099",
language = "English",
series = "Annual ACM Symposium on Parallelism in Algorithms and Architectures",
publisher = "ACM - Association for Computing Machinery",
pages = "39--49",
booktitle = "SPAA 2023 - Proceedings of the 35th ACM Symposium on Parallelism in Algorithms and Architectures",
address = "United States",
}