-
Notifications
You must be signed in to change notification settings - Fork 88
Tutorial 8: Optimize: Using GPUs
Goran Flegar edited this page May 4, 2018
·
2 revisions
Previous: Optimize: Using a Preconditioner; Next: Customize: Loggers
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
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