ClimateMachine.jl
ClimateMachine.jl copied to clipboard
Remaining batched GMRES optimizations
Description
Some remaining issues to clear up for the batched GMRES solver:
- Mask-out converged columns;
- Optimizing global memory access;
- Remove unnecessary movement of data
- Can look at the Columnwise LU solver for inspiration
Other related issues can be posted here.
For CLIMA Developers
- [ ] This feature can be added (if it cannot be, explain why in a comment below -- lack of technical expertise, not relevant to the scope of this project, too ambitious)
- [ ] There is a timeline for when this feature can be implemented
- [ ] The feature has been (or will be) implemented (Please link the PR)