grass
grass copied to clipboard
r.resamp.filter: implement parallelization with OpenMP
trafficstars
Checklists before merging:
- [x] code review
- [x] CI passes
- [ ] performance section in documentation
- [ ] confirm values in test are from the old version (run new tests with old code)
- [ ] run tests without OpenMP
- [ ] visual check of results with custom data ("looks good" with non NC SPM dataset)
- [ ] check that it works with really large data (16B cells)
- [ ] run multi-core benchmark (no degraded performance with many threads)
- [ ] run one core benchmark on many resolutions or many cell
- [x] rebase to main