-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCHEDULE: fixes race on n_deps_satisfied (#618)
A task can depend on 2 other tasks (e.g. from another frag of of schedule and prev task in a given frag). In that case when those 2 frags a progressed by mutliple threads ucc_dependency_handler may be called concurrently which results in a race on n_deps_satisfied. (cherry picked from commit b8c78d8)
- Loading branch information
valentin petrov
authored
Sep 5, 2022
1 parent
97f8008
commit 9f22d78
Showing
2 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters