Abstract
Coarse-Grained Reconfigurable Arrays (CGRAs) has gradually become a research hotspot to satisfy the growing demand for computing power and efficiency. However, the execution efficiency of CGRA depends on the mapping framework. Traditional mapping algorithms relying on combinational logic or heuristics struggle with growing application complexity due to high compilation costs and poor mapping effectiveness, as they lack the ability to learn from experience. Reinforcement Learning (RL) has been increasingly adopted for mapping strategies, but long-dependency routings often become bottlenecks, limiting RL-based algorithms. To this end, this paper proposes NFMap, a mapping algorithm that incorporates a network flow-based algorithm to optimize the DFGs through node fusion. NFMap consists of three steps: First, NFMap adpots the network flow-based algorithm with the resource constraints of the hardware platform, and the nodes are fused into node blocks. Then, NFMap generates attributes for the node blocks for RL mapping. Finally, NFMap uses the reinforcement learning-based algorithm for end-to-end mapping. Experiments show that compared to state-of-the-art RL-based mapping framework E2EMap, NFMap achieves an average mapping quality and compilation speedup of 1.43× and 1.14×, respectively.
| Original language | English |
|---|---|
| Title of host publication | Advanced Parallel Processing Technologies: 16th International Symposium, APPT 2025, Proceedings |
| Editors | Chao LI, Xuehai QIAN, Dimitris GIZOPOULOS, Boris GROT |
| Publisher | Springer Science and Business Media Deutschland GmbH |
| Pages | 61-73 |
| Number of pages | 13 |
| ISBN (Electronic) | 9789819510214 |
| ISBN (Print) | 9789819510207 |
| DOIs | |
| Publication status | Published - 2026 |
| Externally published | Yes |
| Event | 16th International Symposium on Advanced Parallel Processing Technologies, APPT 2025 - Athens, Greece Duration: 13 Jul 2025 → 16 Jul 2025 |
Publication series
| Name | Lecture Notes in Computer Science |
|---|---|
| Publisher | Springer |
| Volume | 16062 |
| ISSN (Print) | 0302-9743 |
| ISSN (Electronic) | 1611-3349 |
| Name | APPT: International Symposium on Advanced Parallel Processing Technologies |
|---|---|
| Publisher | Springer |
| Volume | 2025 |
Conference
| Conference | 16th International Symposium on Advanced Parallel Processing Technologies, APPT 2025 |
|---|---|
| Country/Territory | Greece |
| City | Athens |
| Period | 13/07/25 → 16/07/25 |
Bibliographical note
Publisher Copyright:© The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd. 2026.
Funding
This work was supported by Beijing Nova Program (No. 20230484420, No. 20220484054), Beijing Natural Science Foundation (Grant No. L234078) and SKLP Foundation (No. CLQD202502).
Keywords
- CGRA
- Dataflow Graph Mapping
- Node Fusion
- Reinforcement Learning