9561

A flexible algorithm for calculating pair interactions on SIMD architectures

Szilard Pall, Berk Hess
Theoretical and Computational Biophysics, Department of Theoretical Physics and Swedish e-Science Research Center, KTH, Royal Institute of Technology, 10691 Stockholm, Sweden
arXiv:1306.1737 [physics.comp-ph], (7 Jun 2013)

@article{2013arXiv1306.1737P,

   author={P{‘a}ll}, S. and {Hess}, B.},

   title={"{A flexible algorithm for calculating pair interactions on SIMD architectures}"},

   journal={ArXiv e-prints},

   archivePrefix={"arXiv"},

   eprint={1306.1737},

   primaryClass={"physics.comp-ph"},

   keywords={Physics – Computational Physics},

   year={2013},

   month={jun},

   adsurl={http://adsabs.harvard.edu/abs/2013arXiv1306.1737P},

   adsnote={Provided by the SAO/NASA Astrophysics Data System}

}

Download Download (PDF)   View View   Source Source   

1594

views

Calculating interactions or correlations between pairs of particles is typically the most time-consuming task in particle simulation or correlation analysis. Straightforward implementations using a double loop over particle pairs have traditionally worked well, especially since compilers usually do a good job of unrolling the inner loop. In order to reach high performance on modern CPU and accelerator architectures, single-instruction multiple-data (SIMD) parallelization has become essential. Avoiding memory bottlenecks is also increasingly important and requires reducing the ratio of memory to arithmetic operations. Moreover, when pairs only interact within a certain cut-off distance, good SIMD utilization can only be achieved by reordering input and output data, which quickly becomes a limiting factor. Here we present an algorithm for SIMD parallelization based on grouping a fixed number of particles, e.g. 2, 4, or 8, into spatial clusters. Calculating all interactions between particles in a pair of such clusters improves data reuse compared to the traditional scheme and results in a more efficient SIMD parallelization. Adjusting the cluster size allows the algorithm to map to SIMD units of various widths. This flexibility not only enables fast and efficient implementation on current CPUs and accelerator architectures like GPUs or Intel MIC, but it also makes the algorithm future-proof. We present the algorithm with an application to molecular dynamics simulations, where we can also make use of the effective buffering the method introduces.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: