-
Notifications
You must be signed in to change notification settings - Fork 90
Tutorial 10: Customize: Stopping Criterions
Goran Flegar edited this page Feb 12, 2019
·
3 revisions
Previous: Customize: Loggers; Next: Customize: Matrix Formats
This tutorial will guide you through Ginkgo's support for different devices, and how we can use this API to build a custom stopping criterion, with specialized reference (sequential), parallel CPU, and GPU implementations.
You will learn about gko::Operation
and understand gko::Executor
in more detail.
IDEA: Use mixed precision iterative refinement to come up with a custom stopping criterion.
Previous: Customize: Loggers; Next: Customize: 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