[Back]


Talks and Poster Presentations (with Proceedings-Entry):

M. Wimmer, F. Versaci, J. Träff, D. Cederman, P. Tsigas:
"Data Structures for Task-based Priority Scheduling";
Poster: 19th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPoPP 2014, Orlando, Florida, USA; 2014-02-15 - 2014-02-19; in: "Proceedings of the 19th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming, PPoPP 2014", ACM, New York, NY, USA (2014), ISBN: 978-1-4503-2656-8; 379 - 380.



English abstract:
We present three lock-free data structures for priority task scheduling: a priority work-stealing one, a centralized one with ρ-relaxed semantics, and a hybrid one combining both concepts. With the single-source shortest path (SSSP) problem as example, we show how the different approaches affect the prioritization and provide upper bounds on the number of examined nodes. We argue that priority task scheduling allows for an intuitive and easy way to parallelize the SSSP problem, notoriously a hard task. Experimental evidence supports the good scalability of the resulting algorithm. The larger aim of this work is to understand the trade-offs between scalability and priority guarantees in task scheduling systems. We show that ρ-relaxation is a valuable technique for improving the first, while still allowing semantic constraints to be satisfied: the lock-free, hybrid $k$-priority data structure can scale as well as work-stealing, while still providing strong priority scheduling guarantees, which depend on the parameter k. Our theoretical results open up possibilities for even more scalable data structures by adopting a weaker form of ρ-relaxation, which still enables the semantic constraints to be respected.

Keywords:
Task-parallelism, priority scheduling, k -priority data structure, work-stealing, parallel single-source shortest paths


"Official" electronic version of the publication (accessed through its Digital Object Identifier - DOI)
http://dx.doi.org/10.1145/2555243.2555278


Created from the Publication Database of the Vienna University of Technology.