-
Notifications
You must be signed in to change notification settings - Fork 88
Tutorial 5: Optimize: Monitoring Progress
Terry Cojean edited this page Jul 5, 2021
·
3 revisions
Previous: Optimize: Measuring Performance; Next: Optimize: More Suitable Matrix Formats
In this tutorial, you will learn how to get more detailed performance data by attaching exploiting Ginkgo's logging capabilities and attaching callbacks (called loggers) to linear algebra objects. You will learn about gko::log::Stream
and gko::log::Json
classes, as well as various events linear algebra objects emit.
Previous: Optimize: Measuring Performance; Next: Optimize: More Suitable Matrix Formats
Tutorial: Building a Poisson Solver
- Getting Started
- Implement: Matrices
- Implement: Solvers
- Optimize: Measuring Performance
- Optimize: Monitoring Progress
- Optimize: More Suitable Matrix Formats
- Optimize: Using a Preconditioner
- Optimize: Using GPUs
- Customize: Loggers
- Customize: Stopping Criterions
- Customize: Matrix Formats
- Customize: Solvers
- Customize: Preconditioners