Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r.patch: implement parallelization with OpenMP #1782

Merged
merged 9 commits into from
Mar 4, 2022

Commits on Feb 28, 2022

  1. Update Makefile

    aaronsms authored and petrasovaa committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    362f8b5 View commit details
    Browse the repository at this point in the history
  2. Allocate output buffer

    aaronsms authored and petrasovaa committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    6d7bf49 View commit details
    Browse the repository at this point in the history
  3. Implement parallel region

    aaronsms authored and petrasovaa committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    23a95c8 View commit details
    Browse the repository at this point in the history
  4. Process raster in chunks

    aaronsms authored and petrasovaa committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    45dac96 View commit details
    Browse the repository at this point in the history
  5. Add parallel test cases

    aaronsms authored and petrasovaa committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    3c56f0d View commit details
    Browse the repository at this point in the history
  6. Add benchmark script

    aaronsms authored and petrasovaa committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    5c74a04 View commit details
    Browse the repository at this point in the history
  7. Fix ending report of progress

    aaronsms authored and petrasovaa committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    7e857a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    00e102d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d60c5b View commit details
    Browse the repository at this point in the history