You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[QT-644] Concurrently decode scenarios if possible (#116)
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 <[email protected]>
0 commit comments