| Paper Abstract and Keywords |
| Presentation |
2025-03-06 15:55
Single-Source Shortest Path FPGA Accelerator Using Multiple Parallel Searches with High-Level Synthesis and Linked List Implementation Haopeng Meng, Kazutoshi Wakabayashi, Makoto Ikeda (The University of Tokyo) VLD2024-120 HWS2024-91 ICD2024-111 |
| Abstract |
(in Japanese) |
(See Japanese page) |
| (in English) |
This study explores accelerating single-source shortest path (SSSP) computations, including Dijkstra and A* algorithms, using high-level synthesis (HLS) and dynamic data structures. Current approaches focus on parallel node exploration with Multi Queue, nearest-node searches via memory partitioning, and parallel expansion of adjacent edges. However, these methods often require independent designs in traditional RTL implementations. The interdependence between node-parallel and edge-parallel searches introduces design complexity, limiting parallelism to a single aspect and underutilizing computational concurrency. Existing memory partitioning strategies also typically use fixed partitioning, which can degrade performance for varying graph types. To overcome these limitations, we propose an HLS-based method that optimizes queue processing with linked lists. During graph data writes, adjacent edges of the same node are automatically distributed across different memory partitions. This approach includes linked list and queue structures tailored for HLS, facilitating smooth migration of C++ code to FPGA hardware. By enabling pipeline parallelism for both node expansion and adjacent edge exploration, our design maximizes temporal and spatial concurrency. This results achieve near-linear speedup in cycles. In contrast, software parallelism exhibits a significant decline in performance beyond four parallel threads and requires graphs with more than 100 million nodes to achieve noticeable acceleration. |
| Keyword |
(in Japanese) |
(See Japanese page) |
| (in English) |
High-Level Synthesis / Digital Design / single-source shortest path / Dijkstra / A-Star / / / |
| Reference Info. |
IEICE Tech. Rep., vol. 124, no. 400, VLD2024-120, pp. 96-101, March 2025. |
| Paper # |
VLD2024-120 |
| Date of Issue |
2025-02-26 (VLD, HWS, ICD) |
| ISSN |
Online edition: ISSN 2432-6380 |
Copyright and reproduction |
All rights are reserved and no part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any information storage and retrieval system, without permission in writing from the publisher. Notwithstanding, instructors are permitted to photocopy isolated articles for noncommercial classroom use without fee. (License No.: 10GA0019/12GB0052/13GB0056/17GB0034/18GB0034) |
| Download PDF |
VLD2024-120 HWS2024-91 ICD2024-111 |
| Conference Information |
| Committee |
HWS ICD VLD |
| Conference Date |
2025-03-05 - 2025-03-08 |
| Place (in Japanese) |
(See Japanese page) |
| Place (in English) |
|
| Topics (in Japanese) |
(See Japanese page) |
| Topics (in English) |
|
| Paper Information |
| Registration To |
VLD |
| Conference Code |
2025-03-HWS-ICD-VLD |
| Language |
English |
| Title (in Japanese) |
(See Japanese page) |
| Sub Title (in Japanese) |
(See Japanese page) |
| Title (in English) |
Single-Source Shortest Path FPGA Accelerator Using Multiple Parallel Searches with High-Level Synthesis and Linked List Implementation |
| Sub Title (in English) |
|
| Keyword(1) |
High-Level Synthesis |
| Keyword(2) |
Digital Design |
| Keyword(3) |
single-source shortest path |
| Keyword(4) |
Dijkstra |
| Keyword(5) |
A-Star |
| Keyword(6) |
|
| Keyword(7) |
|
| Keyword(8) |
|
| 1st Author's Name |
Haopeng Meng |
| 1st Author's Affiliation |
The University of Tokyo (The University of Tokyo) |
| 2nd Author's Name |
Kazutoshi Wakabayashi |
| 2nd Author's Affiliation |
The University of Tokyo (The University of Tokyo) |
| 3rd Author's Name |
Makoto Ikeda |
| 3rd Author's Affiliation |
The University of Tokyo (The University of Tokyo) |
| 4th Author's Name |
|
| 4th Author's Affiliation |
() |
| 5th Author's Name |
|
| 5th Author's Affiliation |
() |
| 6th Author's Name |
|
| 6th Author's Affiliation |
() |
| 7th Author's Name |
|
| 7th Author's Affiliation |
() |
| 8th Author's Name |
|
| 8th Author's Affiliation |
() |
| 9th Author's Name |
|
| 9th Author's Affiliation |
() |
| 10th Author's Name |
|
| 10th Author's Affiliation |
() |
| 11th Author's Name |
|
| 11th Author's Affiliation |
() |
| 12th Author's Name |
|
| 12th Author's Affiliation |
() |
| 13th Author's Name |
|
| 13th Author's Affiliation |
() |
| 14th Author's Name |
|
| 14th Author's Affiliation |
() |
| 15th Author's Name |
|
| 15th Author's Affiliation |
() |
| 16th Author's Name |
|
| 16th Author's Affiliation |
() |
| 17th Author's Name |
|
| 17th Author's Affiliation |
() |
| 18th Author's Name |
|
| 18th Author's Affiliation |
() |
| 19th Author's Name |
|
| 19th Author's Affiliation |
() |
| 20th Author's Name |
|
| 20th Author's Affiliation |
() |
| 21st Author's Name |
|
| 21st Author's Affiliation |
() |
| 22nd Author's Name |
|
| 22nd Author's Affiliation |
() |
| 23rd Author's Name |
|
| 23rd Author's Affiliation |
() |
| 24th Author's Name |
|
| 24th Author's Affiliation |
() |
| 25th Author's Name |
|
| 25th Author's Affiliation |
() |
| 26th Author's Name |
/ / |
| 26th Author's Affiliation |
()
() |
| 27th Author's Name |
/ / |
| 27th Author's Affiliation |
()
() |
| 28th Author's Name |
/ / |
| 28th Author's Affiliation |
()
() |
| 29th Author's Name |
/ / |
| 29th Author's Affiliation |
()
() |
| 30th Author's Name |
/ / |
| 30th Author's Affiliation |
()
() |
| 31st Author's Name |
/ / |
| 31st Author's Affiliation |
()
() |
| 32nd Author's Name |
/ / |
| 32nd Author's Affiliation |
()
() |
| 33rd Author's Name |
/ / |
| 33rd Author's Affiliation |
()
() |
| 34th Author's Name |
/ / |
| 34th Author's Affiliation |
()
() |
| 35th Author's Name |
/ / |
| 35th Author's Affiliation |
()
() |
| 36th Author's Name |
/ / |
| 36th Author's Affiliation |
()
() |
| Speaker |
Author-1 |
| Date Time |
2025-03-06 15:55:00 |
| Presentation Time |
25 minutes |
| Registration for |
VLD |
| Paper # |
VLD2024-120, HWS2024-91, ICD2024-111 |
| Volume (vol) |
vol.124 |
| Number (no) |
no.400(VLD), no.401(HWS), no.402(ICD) |
| Page |
pp.96-101 |
| #Pages |
6 |
| Date of Issue |
2025-02-26 (VLD, HWS, ICD) |