-
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
[TEST][FLAKY] test_auo_scheduler_layout_rewrite #7548
Comments
This happens when no valid schedules can be applied ( A. Only perform this test on x86. @merrymercy which one do you prefer or do you have other suggestions? |
I remember we had this problem before @jcf94 |
We can use this tuning option to make sure we always get a valid schedule. It will try at most 100 schedules but stops immediately when we get a valid one. tvm/tests/python/relay/test_auto_scheduler_tuning.py Lines 41 to 44 in 51dc332
|
I'm afraid that this would make the CI time longer especially on slower machines such as i386. |
How about to set a smaller N? |
Combining the above ideas, I'll file a PR to
|
https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/main/625/pipeline
The text was updated successfully, but these errors were encountered: