Abstract
Composability is a key component to improve programmers' productivity in writing fast market-expanding applications such as parallel machine learning algorithms and big data analytics. These applications exhibit both regular and irregular compute patterns, and are often combined with other functions or libraries to compose a larger program. However, composable parallel processing has taken a back seat in many existing parallel programming libraries, making it difficult to achieve modularity in large-scale parallel programs. In this paper, we introduce a new parallel task programming library using composable tasking graphs. Our library efficiently supports task parallelism together with an intuitive task graph construction and flexible execution API set to enable reusable and composable task dependency graphs. Developers can quickly compose a large parallel program from small and modular parallel building blocks, and easily deploy the program on a multicore machine. We have evaluated our library on real-world applications. Experimental results showed our library can achieve comparable performance to Intel Threading Building Blocks with less coding effort.
Original language | English |
---|---|
Title of host publication | 2019 IEEE High Performance Extreme Computing Conference (HPEC) |
Publisher | IEEE |
Pages | 1-7 |
Number of pages | 7 |
ISBN (Electronic) | 9781728150208 |
ISBN (Print) | 9781728150215 (Print on Demand) |
DOIs | |
Publication status | Published - Sept 2019 |
Event | 2019 IEEE High Performance Extreme Computing Conference (HPEC) - Waltham, United States Duration: 24 Sept 2019 → 26 Sept 2019 https://ieeexplore.ieee.org/xpl/conhome/8910148/proceeding (Link to conference proceedings) |
Publication series
Name | Proceedings of IEEE High Performance Extreme Computing Conference (HPEC) |
---|
Conference
Conference | 2019 IEEE High Performance Extreme Computing Conference (HPEC) |
---|---|
Country/Territory | United States |
City | Waltham |
Period | 24/09/19 → 26/09/19 |
Internet address |
|
User-Defined Keywords
- Parallel programming
- multithreading