-
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
[Bug] PaddlePaddle integration tests busted at main #9231
Comments
This is also blocking PR jobs, https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-9230/1/pipeline, so I'm going to send a revert. The question is, which of #9083 or #9126 we should revert? |
I have no idea why it happens, and no objection for a revert |
What about we try to revert #9083 first? Looks like the unittests came from that PR |
Sent a revert for #9126 for now. We can decide later if we want to merge that or not. |
Sounds good to me! |
#9232 is looking good |
I just saw this issue, I'll try to reproduce this problem now |
I have reproduced the problem, and send a pull request #9236 to fix the bug, let's see if this could solve the ci problem @masahi @junrushao1994 @areusch |
Now all the ci test passed, sorry for all the blocking PRs, we can merge #9236 and retrigger ci for the blocked pull request. The reason this bug not detected by ci is,
|
Thanks @jiangjiajun for the quick response! I merged the hotfix PR just now. Let's see what will happen on mainline |
We can close this now, thanks @jiangjiajun |
We temporarily had a problem with our post-merge CI builds, so apologies this wasn't caught quite as quickly as we normally would. Seems that 5 integration tests related to PaddlePaddle are busted at main likely due to a merge conflict.
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/1883/pipeline
FAILED tests/python/driver/tvmc/test_compiler.py::test_compile_paddle_module
FAILED tests/python/driver/tvmc/test_compiler.py::test_cross_compile_aarch64_paddle_module
FAILED tests/python/driver/tvmc/test_compiler.py::test_cross_compile_options_aarch64_paddle_module
FAILED tests/python/driver/tvmc/test_frontends.py::test_load_model__paddle - ...
FAILED tests/python/driver/tvmc/test_tvmc_common.py::test_compile_paddle_module_nchw_to_nhwc
I suspect #9083 might be related. Is anyone more familiar with it able to look? cc @jiangjiajun @masahi @leandron
The text was updated successfully, but these errors were encountered: