-
Notifications
You must be signed in to change notification settings - Fork 585
Arm backend: Refactor any, bitwise, logical tests #9499
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
Arm backend: Refactor any, bitwise, logical tests #9499
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9499
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled Job, 1 PendingAs of commit afdbf30 with merge base 69cc7fa ( CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Commit [02037b7] failed on test-arm-reference-delegation / linux-job:
But it should be XFAIL. Commit [19a78bf] behaves as expected:
Was this failure caused by some commits between these two merges? |
The unexpected success is likely just due to randomness, I set the xfail to non-strict to deal with this here :#9644. Will rebase for you. |
Hi @YufengShi-dudu I think this might need a rebase the sigmoid_32bit tests you get an error on was fixed last week. EDIT: There might still be some flakynes in that test. Sorry for the confusion. |
- Rename bitwise and logical tests with full aten op name - Refactor the tests with test_pipeline and new Xfail decorator - Fix the naming error in test_any Change-Id: I9b281f0a224280dca7609321594d0ed2f4fdb63c Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
d3f9578
to
afdbf30
Compare
qnn and macos test problems are unrelated |
- Rename bitwise and logical tests with full aten op name - Refactor the tests with test_pipeline and new Xfail decorator - Fix the naming error in test_any Signed-off-by: Yufeng Shi <yufeng.shi@arm.com>
Change-Id: I9b281f0a224280dca7609321594d0ed2f4fdb63c
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218