Skip to content

Tutorial 10: Customize: Stopping Criterions

Goran Flegar edited this page Feb 12, 2019 · 3 revisions

Previous: Customize: Loggers; Next: Customize: Matrix Formats

Objectives

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

Clone this wiki locally