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

[QT-644] Concurrently decode scenarios if possible #116

Merged
merged 2 commits into from
Nov 15, 2023
Merged

[QT-644] Concurrently decode scenarios if possible #116

merged 2 commits into from
Nov 15, 2023

Conversation

ryancragun
Copy link
Collaborator

Fix incorrect logic that led to us always decoding scenarios using the
serial method. Now we'll actually utilize all of our cores when decoding
a scenario that has a matrix and our machine has more than 2 CPUs.

  • Fix concurrency path bug
  • Fix a data race on the eval context during decode
  • Fix our concurrent wait logic
  • Improve collection workers in concurrent decode
  • Bump version
  • Please new linters

Signed-off-by: Ryan Cragun me@ryan.ec

Checklist

  • The commit message includes an explanation of the changes
  • Manual validation of the changes have been performed (if possible)
  • New or modified code has requisite test coverage (if possible)
  • I have performed a self-review of the changes
  • I have made necessary changes and/or pull requests for documentation
  • I have written useful comments in the code

Fix incorrect logic that led to us always decoding scenarios using the
serial method. Now we'll actually utilize all of our cores when decoding
a scenario that has a matrix and our machine has more than 2 CPUs.

Signed-off-by: Ryan Cragun <me@ryan.ec>
@ryancragun ryancragun added the changelog/bug Fix for something that wasn't working. Will be included in "Bug Fixes" category in release notes. label Nov 15, 2023
@ryancragun ryancragun requested a review from a team as a code owner November 15, 2023 19:04
Signed-off-by: Ryan Cragun <me@ryan.ec>
@ryancragun ryancragun merged commit 792968f into main Nov 15, 2023
@ryancragun ryancragun deleted the qt-644 branch November 15, 2023 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/bug Fix for something that wasn't working. Will be included in "Bug Fixes" category in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants