Code Generation and Performance Engineering for Matrix-Free Finite Element Methods on Hybrid Tetrahedral Grids

Abstract

This paper introduces a code generator designed for node-level optimized, extreme-scalable, matrix-free finite element operators on hybrid tetrahedral grids. It optimizes the local evaluation of bilinear forms through various techniques including tabulation, relocation of loop invariants, and inter-element vectorization - implemented as transformations of an abstract syntax tree. A key contribution is the development, analysis, and generation of efficient loop patterns that leverage the local structure of the underlying tetrahedral grid. These significantly enhance cache locality and arithmetic intensity, mitigating bandwidth-pressure associated with compute-sparse, low-order operators. The paper demonstrates the generator’s capabilities through a comprehensive educational cycle of performance analysis, bottleneck identification, and emission of dedicated optimizations. For three differential operators (−∆, −∇ · (k(x)∇), α(x) curl curl + β(x)), we determine the set of most effective optimizations. Applied by the generator, they result in speed-ups of up to 58× compared to reference implementations. Detailed node-level performance analysis yields matrix-free operators with a throughput of 1.3 to 2.1 GDoF/s, achieving up to 62 % peak performance on a 36-core Intel Ice Lake socket. Finally, the solution of the curl-curl problem with more than a trillion (10^12) degrees of freedom on 21 504 processes in less than 50 seconds demonstrates the generated operators' performance and extreme-scalability as part of a full multigrid solver.

BibTeX
@misc{id2951,
  author = {Fabian B\"ohm and Daniel Bauer and Nils Kohl and Christie Alappat and Dominik Th\"onnes and Marcus Mohr and Harald K\"ostler and Ulrich R\"ude},
  doi = {10.48550/arXiv.2404.08371},
  howpublished = {arXiv},
  language = {en},
  title = {Code Generation and Performance Engineering for Matrix-Free Finite Element Methods on Hybrid Tetrahedral Grids},
  year = {2024},
}
EndNote
%O Generic
%A Fabian Böhm
%A Daniel Bauer
%A Nils Kohl
%A Christie Alappat
%A Dominik Thönnes
%A Marcus Mohr
%A Harald Köstler
%A Ulrich Rüde
%R 10.48550/arXiv.2404.08371
%I arXiv
%G en
%T Code Generation and Performance Engineering for Matrix-Free Finite Element Methods on Hybrid Tetrahedral Grids
%D 2024