-
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
[FLAKY] test_onnx_nodes[llvm-test_nllloss_NCd1d2d3_none_no_weight_negative_ii] #8918
Comments
Thanks for bringing this to my attention, I'll dig a bit deeper into the reasons. But for now to unblock CI^ |
This is quite a weird bug! It seems to result from multiplying elementwise two tensors which do not contain NaN values! https://github.com/apache/tvm/blob/main/python/tvm/relay/frontend/onnx.py#L3541 This operation seems to be the cause. Interestingly enough |
Even more interesting, the inputs are fixed and not random, so randomness must occur during execution, compilation, etc... The relay graph is fixed so it must be in something with the execution of the graph :0 |
This appears to be because |
This is causing issues on
main
:https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/1630/pipeline
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/1629/pipeline
It seems this test was introduced in #8872
@AndrewZhaoLuo
The text was updated successfully, but these errors were encountered: