Title :
Accelerating the Calculation of Scattering of Complex Targets from Background Radiation with CUDA, OpenACC and OpenHMPP
Author :
Xing Guo ; Zhensen Wu ; Jiaji Wu
Author_Institution :
Sch. of Phys. & Optoelectron. Eng., Xidian Univ., Xi´an, China
Abstract :
Graphics Processing Unit (GPU) is used to accelerate the calculation of scattering of complex target from background radiation in infrared spectrum. Compute Unified Device Architecture (CUDA), OpenACC, and Hybrid Multicore Parallel Programming (OpenHMPP) implementations are presented. In all our implementation, scattering of background radiation in different directions are calculated in parallel. A personal desktop with 2 NVIDIA GTX GeForce 590 with an Intel i7 CPU is used in our experiment. In CUDA, by using shared memory to buffer the background radiation and BRDF parameters and tuning the grid organization, we achieve a speedup of 197x. OpenACC implementation is realized by inserting the parallel loop construct with reduction clause before the loop in original serial code. By utilization of data clause and tuning number of gangs used, a speedup of 158.9x is obtained. In OpenHMPP implementation, the loop iterating over incident direction of original code is transformed to the codelet function and we achieve a speedup of 160.7x. Our effort makes the calculation of complex target in real time possible.
Keywords :
computational electromagnetics; graphics processing units; light scattering; parallel architectures; parallel programming; shared memory systems; BRDF parameters; CUDA; GPU; Intel i7 CPU; NVIDIA GTX GeForce 590; OpenACC; OpenHMPP; background radiation scattering; codelet function; compute unified device architecture; data clause; graphics processing unit; grid organization tuning; hybrid multicore parallel programming; infrared spectrum; parallel loop construct; personal desktop; reduction clause; shared memory; Atmospheric modeling; Computational modeling; Graphics processing units; Instruction sets; Optimization; Programming; Scattering; CUDA; GPU; OpenACC; OpenHMPP; background radiation; scattering of target;
Conference_Titel :
Parallel and Distributed Systems (ICPADS), 2013 International Conference on
Conference_Location :
Seoul
DOI :
10.1109/ICPADS.2013.125