-
-
Notifications
You must be signed in to change notification settings - Fork 827
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
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c6de28a - Browse repository at this point
Copy the full SHA c6de28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7370a - Browse repository at this point
Copy the full SHA 0f7370aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9adc8f7 - Browse repository at this point
Copy the full SHA 9adc8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 247054c - Browse repository at this point
Copy the full SHA 247054cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ce13e - Browse repository at this point
Copy the full SHA 41ce13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3841a0 - Browse repository at this point
Copy the full SHA a3841a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 016071d - Browse repository at this point
Copy the full SHA 016071dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e22616a - Browse repository at this point
Copy the full SHA e22616aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9556fd6 - Browse repository at this point
Copy the full SHA 9556fd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0480905 - Browse repository at this point
Copy the full SHA 0480905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62e780a - Browse repository at this point
Copy the full SHA 62e780aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8a5af - Browse repository at this point
Copy the full SHA 1c8a5afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0993f57 - Browse repository at this point
Copy the full SHA 0993f57View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for f5159f8 - Browse repository at this point
Copy the full SHA f5159f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a0999 - Browse repository at this point
Copy the full SHA 52a0999View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3acd65 - Browse repository at this point
Copy the full SHA f3acd65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b8668 - Browse repository at this point
Copy the full SHA 78b8668View commit details -
Configuration menu - View commit details
-
Copy full SHA for 783b3cf - Browse repository at this point
Copy the full SHA 783b3cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c15c6d9 - Browse repository at this point
Copy the full SHA c15c6d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 284c380 - Browse repository at this point
Copy the full SHA 284c380View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6746924 - Browse repository at this point
Copy the full SHA 6746924View commit details -
[sfm] Replace openmp parallel with parallelLoop()
This commit is best reviewed with whitespace changes ignored.
Configuration menu - View commit details
-
Copy full SHA for aaa2573 - Browse repository at this point
Copy the full SHA aaa2573View commit details -
[track] Replace openmp parallel with parallelLoop()
This commit is best reviewed with whitespace changes ignored.
Configuration menu - View commit details
-
Copy full SHA for 9dc27fc - Browse repository at this point
Copy the full SHA 9dc27fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 769bbac - Browse repository at this point
Copy the full SHA 769bbacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f56df7 - Browse repository at this point
Copy the full SHA 1f56df7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.