-
Notifications
You must be signed in to change notification settings - Fork 329
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
Fixes for clean run of backend with parallelism enabled #2685
Fixes for clean run of backend with parallelism enabled #2685
Conversation
Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
@tungld Note that this does not turn on parallelism by default or test it yet. It is just to enable a clean run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I though I reviewed this yesterday, but not :(
Jenkins Linux s390x Build #13927 [push] Fixes for clean run of b... started at 10:45 |
Jenkins Linux amd64 Build #13900 [push] Fixes for clean run of b... started at 09:45 |
Jenkins Linux ppc64le Build #12924 [push] Fixes for clean run of b... started at 10:53 |
Jenkins Linux amd64 Build #13900 [push] Fixes for clean run of b... passed after 1 hr 3 min |
Jenkins Linux s390x Build #13927 [push] Fixes for clean run of b... passed after 1 hr 23 min |
Jenkins Linux ppc64le Build #12924 [push] Fixes for clean run of b... passed after 1 hr 53 min |
I recently became aware of how to run
check-onnx-backend
with-parallel
enabled on Linux-based platforms. It exposed a few bugs that are fixed in this PR. It now run cleanly.