Skip to content

Tutorial 8: Optimize: Using GPUs

Goran Flegar edited this page May 4, 2018 · 2 revisions

Previous: Optimize: Using a Preconditioner; Next: Customize: Loggers

Objectives

Now that we have done all we can with a single core, we will see how to use multiple CPU cores or a GPU to reach our solution faster. Don't worry - it's easier than you think - Ginkgo was built for this! You will learn about gko::CpuExecutor and gko::GpuExecutor, as well as about some restriction and pitfalls when dealing with GPUs.

Previous: Optimize: Using a Preconditioner; Next: Customize: Loggers

Clone this wiki locally