Close

Presentation

Performance Engineering for Linear Solvers
DescriptionThis tutorial covers code analysis, performance modeling, and optimization for sparse linear solvers on CPU and GPU nodes. Performance Engineering is often taught using simple loops as instructive examples for performance models and how they can guide optimization; however, full, preconditioned linear solvers comprise multiple back-to-back loops enclosed in an iteration scheme that is executed until convergence is achieved. Consequently, the concept of “optimal performance” has to account for both hardware resource efficiency and iterative solver convergence. We convey a performance engineering process that is geared towards linear iterative solvers. After introducing basic notions of hardware organization and storage for dense and sparse data structures, we show how the Roofline performance model can be applied to such solvers in predictive and diagnostic ways and how it can be used to assess the hardware efficiency of a solver, covering important corner cases such as pure memory boundedness. Then we advance to the structure of preconditioned solvers, using the Conjugate Gradient Method (CG) algorithm as a leading example. Hotspots and bottlenecks of the complete solver are identified followed by the introduction of advanced performance optimization techniques like the use of mixed precision and cache blocking. Hands-on exercises in Python complement the lectures.
Event Type
Tutorial
TimeMonday, 18 November 20241:30pm - 5pm EST
LocationB213
Tags
Numerical Methods
Performance Evaluation and/or Optimization Tools
Portability
Registration Categories
TUT