Accelerating MPI Message Matching through FPGA Offload
Accelerating MPI Message Matching through FPGA Offload
复制标题
通过 FPGA 卸载加速 MPI 消息匹配
DOI:
10.1109/fpl.2018.00039
复制
发表时间:
2018
期刊:
影响因子:
--
通讯作者:
M. Herbordt
中科院分区:
文献类型:
--
作者:
Qingqing Xiong;A. Skjellum;M. Herbordt
The Message Passing Interface (MPI) is the {\it de facto} communication standard for distributed-memory High-Performance Computing (HPC) systems. Ultra-low latency communication in HPC is difficult to achieve because of MPI processing requirements, in particular matching requests and messages done by traversing the corresponding queues. Many researchers have addressed this issue by redesigning queues or by offloading them to hardware accelerators. However, state-of-art software approaches cannot free CPUs "from the misery'' and hardware approaches either lack scalability or still leave substantial room for further improvement. With the emergence of numerous tightly coupled CPU-FPGA computing architectures, offload of MPI functionality to user-controlled hardware is now becoming viable; we find it productive to revisit hardware approaches. To maintain the generality necessary to support MPI while preventing high resource utilization, we design our MPI queue processing offload based on a recent analysis of performance characteristics in HPC applications. We propose a novel, two-level message queue design: a content addressable memory (CAM) coupled with a resource-saving hardware linked-list. We also propose an optimization that maintains high speed in the cases when the queue is long. To test our design, we create an SOC-based testbed consisting of softcore processors and hardware implementations of the MPI communication stacks. Even while using only a small fraction of the Stratix-V logic, our design can be one to two orders of magnitude faster than two well-known hardware designs.