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

Add support for TBB multi-threading backend in addition to OpenMP #1236

Closed
wants to merge 25 commits into from

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    c6de28a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f7370a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9adc8f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    247054c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41ce13e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3841a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    016071d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e22616a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9556fd6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0480905 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62e780a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c8a5af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0993f57 View commit details
    Browse the repository at this point in the history
  14. [pipeline] Remove useless per-thread accumulator

    The function spends more than 99.98% of its time in Estimate_T_triplet()
    even in tests which presumably operate on smaller datasets than what's
    in production. It's not worth to complicate code with per-thread
    accumulator in this case.
    p12tic committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f5159f8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    52a0999 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f3acd65 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    78b8668 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    783b3cf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c15c6d9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    284c380 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6746924 View commit details
    Browse the repository at this point in the history
  22. [sfm] Replace openmp parallel with parallelLoop()

    This commit is best reviewed with whitespace changes ignored.
    p12tic committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    aaa2573 View commit details
    Browse the repository at this point in the history
  23. [track] Replace openmp parallel with parallelLoop()

    This commit is best reviewed with whitespace changes ignored.
    p12tic committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    9dc27fc View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    769bbac View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1f56df7 View commit details
    Browse the repository at this point in the history