Skip to content

Conversation

@SS-JIA
Copy link
Contributor

@SS-JIA SS-JIA commented Dec 30, 2025

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

  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

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]
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 30, 2025

🔗 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 SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

❌ 2 New Failures, 1 Unrelated Failure

As of commit fcac954 with merge base 0dfda64 (image):

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.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 30, 2025
SS-JIA pushed a commit that referenced this pull request Dec 30, 2025
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
@github-actions
Copy link

This PR needs a release notes: label

If your change should be included in the release notes (i.e. would users of this library care about this change?), please use a label starting with release notes:. This helps us keep track and include your important work in the next release notes.

To add a label, you can comment to pytorchbot, for example
@pytorchbot label "release notes: none"

For more information, see
https://github.com/pytorch/pytorch/wiki/PyTorch-AutoLabel-Bot#why-categorize-for-release-notes-and-how-does-it-work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants