-
Notifications
You must be signed in to change notification settings - Fork 7
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
DPUs to run in pipeline should maintain order among individual runs #147
Comments
Current situation: The graph of the execution is build dynamically everytime pipeline is executed |
Is there a possibility to calculate order dynamically but using algorithm that calculate same order of the DPU instances when no change between runs done in pipeline? |
Well, standard BFS is used to traverse dependency graph. So the traversing may be adjusted, so that certain key is used for sorting the children of the node before putting them on the stack. |
@skrchnavy I would suggest to remove this from 2.2.0, as this is not that pressing. |
DPUs run in a random order in each run. This is very hard to debug, see screenshot where it is not clear how the DPUs ran after each other, when they are not named individually.
The text was updated successfully, but these errors were encountered: