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.neighbors: implement parallelization with OpenMP #1724

Merged
merged 16 commits into from
Apr 26, 2022

Commits on Mar 29, 2022

  1. Update Makefile

    aaronsms authored and petrasovaa committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    db3c248 View commit details
    Browse the repository at this point in the history
  2. Refactor input to use pointers

    aaronsms authored and petrasovaa committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    0f8351f View commit details
    Browse the repository at this point in the history
  3. Add parallel test cases

    aaronsms authored and petrasovaa committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    3f7b24b View commit details
    Browse the repository at this point in the history
  4. Implement parallelization

    aaronsms authored and petrasovaa committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    619b469 View commit details
    Browse the repository at this point in the history
  5. Add benchmark scripts

    aaronsms authored and petrasovaa committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    218b0cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1d2807 View commit details
    Browse the repository at this point in the history
  7. Fix race condition on progress

    aaronsms authored and petrasovaa committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    78b2a8c View commit details
    Browse the repository at this point in the history
  8. Prevent size overflow

    aaronsms authored and petrasovaa committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    67920c0 View commit details
    Browse the repository at this point in the history
  9. Add OpenMP compilation warning

    aaronsms authored and petrasovaa committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    8b67df1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13ea567 View commit details
    Browse the repository at this point in the history
  11. add keyword

    petrasovaa committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    f166a85 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. add benchmarks

    petrasovaa committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d76faa5 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. fix memory=0

    petrasovaa committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    7a640d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. add benchmark images

    petrasovaa committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    31a159f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b74cbb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. address review

    petrasovaa committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    2d252af View commit details
    Browse the repository at this point in the history