Role-Oriented Code Generation in an Engine for Solving Hyperbolic PDE Systems
AI-generated Key Points
- ExaHyPE engine facilitates collaboration of interdisciplinary teams in developing high-performance PDE solvers
- Three roles - application, algorithms, and optimization expert - are isolated in the engine
- Two custom code generation modules: Toolkit and Kernel Generator, following a Model-View-Controller architectural pattern
- Jinja2 template engine library used to abstract critical components and generated glue code
- Custom template macros enable isolation of low-level optimizations from numerical scheme
- Flexibility allows for easy expansion of solver schemes to support novel demands, optimized algorithmic schemes, or improved low-level SIMD vectorization support
- Three use cases demonstrate how design enables easy expansion and refinement of solver schemes for different user roles
- Progress in phases: initial implementation attempts, benchmark setups, large-scale demonstrator scenarios
- Successful demonstrators should be further developed into production codes or services
- Challenges posed by upcoming exascale architectures require architecture-specific optimizations
Authors: Jean-Matthieu Gallard, Lukas Krenz, Leonhard Rannabauer, Anne Reinarz, Michael Bader
Abstract: The development of a high performance PDE solver requires the combined expertise of interdisciplinary teams with respect to application domain, numerical scheme and low-level optimization. In this paper, we present how the ExaHyPE engine facilitates the collaboration of such teams by isolating three roles: application, algorithms, and optimization expert. We thus support team members in letting them focus on their own area of expertise while integrating their contributions into an HPC production code. Inspired by web application development practices, ExaHyPE relies on two custom code generation modules, the Toolkit and the Kernel Generator, which follow a Model-View-Controller architectural pattern on top of the Jinja2 template engine library. Using Jinja2's templates to abstract the critical components of the engine and generated glue code, we isolate the application development from the engine. The template language also allows us to define and use custom template macros that isolate low-level optimizations from the numerical scheme described in the templates. We present three use cases, each focusing on one of our user roles, showcasing how the design of the code generation modules allows to easily expand the solver schemes to support novel demands from applications, to add optimized algorithmic schemes (with reduced memory footprint, e.g.), or provide improved low-level SIMD vectorization support.
Ask questions about this paper to our AI assistant
You can also chat with multiple papers at once here.
Assess the quality of the AI-generated content by voting
Score: 0
Why do we need votes?
Votes are used to determine whether we need to re-run our summarizing tools. If the count reaches -10, our tools can be restarted.
The previous summary was created more than a year ago and can be re-run (if necessary) by clicking on the Run button below.
Similar papers summarized with our AI tools
Navigate through even more similar papers through a
tree representationLook for similar papers (in beta version)
By clicking on the button above, our algorithm will scan all papers in our database to find the closest based on the contents of the full papers and not just on metadata. Please note that it only works for papers that we have generated summaries for and you can rerun it from time to time to get a more accurate result while our database grows.
Disclaimer: The AI-based summarization tool and virtual assistant provided on this website may not always provide accurate and complete summaries or responses. We encourage you to carefully review and evaluate the generated content to ensure its quality and relevance to your needs.