-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CRT][FLAKY] Flaky failures on 32bit platforms #5298
Comments
This wouldn't be successful unless #6145 is merged, and let's see whether the PR works on i386. |
thoretically I think this should be fixed now. at least, the test is enabled on i386 and CPU regressions, so I think we should close this issue and reopen if we see it again. |
Thanks @areusch |
Possibly another instance spotted in #6395, but can't view the old jenkins logs to check: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-6395/26/pipeline/ |
We have some flaky tests for the CRT under the 32bit platforms(even after #5293) , see example log here:
https://ci.tvm.ai/blue/rest/organizations/jenkins/pipelines/tvm/branches/PR-5282/runs/9/nodes/152/log/?start=0
#5297 temporary disabled the tests. It would be great if we look into the potential cause of the problem. One interesting thing is that it only fails in i386, which suggests that it could be a 32bit 64 bit issue.
cc @liangfu @mehrdadhe @tmoreau89
The text was updated successfully, but these errors were encountered: