Signal Processing System of Back-Projection Algorithm with Multi GPU s

Liu Xiaoguang
DOI: https://doi.org/10.1109/icsidp47821.2019.9173054
2019-12-01
Abstract:The Back-Projection Algorithm(BP) algorithm is an accurate time-domain imaging algorithm, but it needs to reduce calculation time when it is applied to multi-input and multi-output radar imaging due to its large amount of calculation. Using GPU computing, taking advantage of its concurrent processing, can greatly improve the computational efficiency, but have the a problem of communication delay with the acquisition front end and communication overhead between the GPU and the CPU. This paper describes a data transmission system that allows echo data to be directly transmitted into the GPU using RDMA technology through multiple high-speed transceivers and PCIe bus. The echo data loading time is greatly reduced because of the high data transmission bandwidth of multiple transceivers and PCIe. Moreover, multiple GPUs are used for collaborative parallel computing. A ring topology is used to divide the computing tasks, and P2P technology is used for processors communicate directly, which reducing the communication loop between CPU and GPU, basically achieving linear acceleration performance.
What problem does this paper attempt to address?