-
Notifications
You must be signed in to change notification settings - Fork 787
[ET-VK][testing] Fix on-device tests #16412
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
base: gh/SS-JIA/389/base
Are you sure you want to change the base?
Conversation
The Malibu on-device tests have been failing for a while because the export script is trying to access a manifold asset that seems to no longer exist. Since our team does not own the export process, it is unclear how to resolve the export issue. Therefore, remove the export step from the testing flow. The production model is still tested as part of the flow. Additionally, start running basic test binary and the full ATen operator test suite as part of the android arm64 on device tests for better test coverage. Also add some improvements to the generated operator tests 1. Use seed locking for consistent inputs 2. Make sure generate functions that generate integers cannot generate 0 3. Fix issue with generate_casted_randint function - before, it was producing a tensor with all zeros. Differential Revision: [D89901783](https://our.internmc.facebook.com/intern/diff/D89901783/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16412
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 2 New Failures, 1 Unrelated FailureAs of commit fcac954 with merge base 0dfda64 ( NEW FAILURES - The following jobs have failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
The Malibu on-device tests have been failing for a while because the export script is trying to access a manifold asset that seems to no longer exist. Since our team does not own the export process, it is unclear how to resolve the export issue. Therefore, remove the export step from the testing flow. The production model is still tested as part of the flow. Additionally, start running basic test binary and the full ATen operator test suite as part of the android arm64 on device tests for better test coverage. Also add some improvements to the generated operator tests 1. Use seed locking for consistent inputs 2. Make sure generate functions that generate integers cannot generate 0 3. Fix issue with generate_casted_randint function - before, it was producing a tensor with all zeros. Differential Revision: [D89901783](https://our.internmc.facebook.com/intern/diff/D89901783/) ghstack-source-id: 331381719 Pull Request resolved: #16412
This PR needs a
|
Stack from ghstack (oldest at bottom):
The Malibu on-device tests have been failing for a while because the export script is trying to access a manifold asset that seems to no longer exist.
Since our team does not own the export process, it is unclear how to resolve the export issue. Therefore, remove the export step from the testing flow. The production model is still tested as part of the flow.
Additionally, start running basic test binary and the full ATen operator test suite as part of the android arm64 on device tests for better test coverage.
Also add some improvements to the generated operator tests
Differential Revision: D89901783