An Automatic Task Partition Method For Multi-Core System

Ming-e Jing,Yujie Huang,Yibo Fan,Xiaoyong Xue,Xiaoyang Zeng,Zhiyi Yu
DOI: https://doi.org/10.1109/ISCAS.2018.8351528
2018-01-01
Abstract:In this paper, an automated task partition method for multi-core system is proposed. To explore the full parallelism of an application written in sequential languages such as C/C++, we first present a coarse-grain intermediate representation called Function-ANd-Statement (FANS) which takes function call structure as well as statement structure into account. Based on the FANS intermediate representation, we propose a node fusion technique called Stratify And Grain-Controlled Fusion (SAGCF) to partition the whole application into many subtasks with the goal of maximizing parallelism in space and time dimensions as well as minimizing communication. All of these proposed techniques are implemented in an open source Automatic Task Partition Framework (ATPF). Finally, the feasibility of the proposed method is demonstrated by several cases.
What problem does this paper attempt to address?