Temporal blocking of finite-difference stencil operators with sparse "off-the-grid" sources

TitleTemporal blocking of finite-difference stencil operators with sparse "off-the-grid" sources
Publication TypeConference
Year of Publication2021
AuthorsGeorge Bisbas, Fabio Luporini, Mathias Louboutin, Rhodri Nelson, Gerard Gorman, Paul H. J. Kelly
Conference NameIEEE International Parallel and Distributed Processing Symposium
Month5
Keywordsfinite-difference, HPC, performance, wave-equation
Abstract

Stencil kernels dominate a range of scientific applications including seismic and medical imaging, image processing, and neural networks. Temporal blocking is a performance optimisation that aims to reduce the required memory bandwidth of stencil computations by re-using data from the cache for multiple time steps. It has already been shown to be beneficial for this class of algorithms. However, optimising stencils for practical applications remains challenging. These computations often include sparsely located operators, not aligned with the computational grid ("off-the-grid"). For example, our work is motivated by sources that inject a wavefield and measurements interpolating grid values. The resulting data dependencies make the adoption of temporal blocking much more challenging. We propose a methodology to inspect these data dependencies and reorder the computation, leading to performance gains in stencil codes where temporal blocking has not been applicable. We implement this novel scheme in the Devito domain-specific compiler toolchain. Devito implements a domain-specific language embedded in Python to generate optimised partial differential equation solvers using the finite-difference method from high-level symbolic problem definitions. We evaluate our scheme using isotropic acoustic, anisotropic acoustic and isotropic elastic wave propagators of industrial significance. Performance evaluation, after auto-tuning, shows that this enables substantial performance improvement through temporal blocking, over highly-optimised vectorized spatially-blocked code of up to 1.6x.

Notes

(IPDPS, virtual)

URLhttps://arxiv.org/pdf/2010.10248.pdf
DOI10.1109/IPDPS49936.2021.00058
Citation Keybisbas2020IPDPStbf