Presentation is loading. Please wait.

Presentation is loading. Please wait.

Scalable Multi-core Sonar Beamforming with Computational Process Networks Motivation Sonar beamforming requires significant computation and input/output.

Similar presentations


Presentation on theme: "Scalable Multi-core Sonar Beamforming with Computational Process Networks Motivation Sonar beamforming requires significant computation and input/output."— Presentation transcript:

1 Scalable Multi-core Sonar Beamforming with Computational Process Networks Motivation Sonar beamforming requires significant computation and input/output Beamforming is traditionally done with custom hardware We would like to use inexpensive commodity computer hardware To achieve real time performance a parallel implementation is required OpenMP and other fork and join models do not scale as well as we would like We use Computational Process Networks for more scalability This allows more efficient use of current multi-core computer hardware Computational Process Networks (CPN) Kahn Process Networks are a formal model of concurrency This model provides provable deterministic behavior, but is unbounded Processes and queues are represented by a directed graph The directed graph is similar to the block diagram of the system CPN is a model and framework for high-throughput signal processing CPN uses Parks’ bounded scheduling of process networks CPN has enhancements for high performance: multi-token transactions, multi- channel queues and firing thresholds The CPN framework exploits both SMP and cluster parallelism CPN available at http://webspace.utexas.edu/gallen/ Sonar Beamforming A beamformer is a spatial filter to steer an array in a desired direction Beamforming is often implemented as a weighted delay-and-sum of sensors Delays are the distance to a plane perpendicular to the steering direction This array is cylindrical with 12 vertical elements at each horizontal position There are 256 horizontal positions regularly spaced around a circle The horizontal gaps provide space for mechanical structures Algorithm Inputs to the beamformer are complex basebanded 16 bit elements The beamformer is separated into vertical and horizontal components The vertical beamformer produces three sets of vertical output beams The vertical beamformer is implemented as a four tap FIR filter Three horizontal beamformers concurrently produce the final beam output The horizontal beamformer uses circular convolution with an FFT Geometric symmetry is exploited to reduce the number of calculations Top view of half the array, with projections onto a plane for steering Beamformer block diagram Calculation for vertical beamformer Calculation for horizontal beamformer John F. Bridgman, III, Gregory E. Allen and Brian L. Evans Applied Research Laboratories and Dept. of Electrical and Computer Engineering The University of Texas at Austin, Austin, Texas Simulated beam pattern Steps of the horizontal beamformer Average throughput versus number of cores Beamformer realization in CPN Implementation The horizontal kernel uses FFTW, horizontal and vertical kernels use SSE3 Each kernel uses OpenMP internally for data parallelism We run tests on 2.4GHz Intel dual quad core Nehalem processors with Hyper-Threading We use RedHat Enterprise Linux Server 5.5 and GCC 4.1.2 We enable an increasing number of cores to evaluate scalability for several cases OpenMP provides “active” (busy wait, the default) and “passive” (OS assisted) waiting We compare the system composed with OpenMP to the system composed with CPN We measure throughput in samples per second of the entire system This work was supported by the Independent Research and Development Program at Applied Research Laboratories: The University of Texas at Austin. Default OpenMP settings (“active”) hinders performance in both cases The plateau is caused by transition to Hyper-Threaded cores CPN version is 13.2% faster than OpenMP-only version at 8 cores At the peak, the CPN version operates at 27.3 GFLOPS CPN framework increases beamformer scalability and performance The CPN framework can trivially provide a distributed implementation Results


Download ppt "Scalable Multi-core Sonar Beamforming with Computational Process Networks Motivation Sonar beamforming requires significant computation and input/output."

Similar presentations


Ads by Google