-
Notifications
You must be signed in to change notification settings - Fork 88
Tutorial 6: Optimize: More Suitable Matrix Formats
Goran Flegar edited this page May 4, 2018
·
2 revisions
Previous: Optimize: Monitoring Progress; Next: Optimize: Using a Preconditioner
In this tutorial we will optimize the main bottleneck we discovered previously - the matrix-vector product. You will learn about Ginkgo's sparse matrix formats: gko::matrix::Coo
, gko::matrix::Csr
and gko::matrix::Ell
, and find out which one is the most suitable format for the Poisson matrix.
Previous: Optimize: Monitoring Progress; Next: Optimize: Using a Preconditioner
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