Skip to content

Conversation

@pytorchbot
Copy link
Collaborator

Summary:

When comparing AOT intermediate outputs with runtime, we believed that AOT and runtime should have same output for same operator. But if there're multiple intermediate outputs from a single operator / single operator blob, the statement may not correct. Like drop out, which only record output tensor during AOT, but in runtime we record both mask and output tensor.

To support that, for 1 to many scenerio, instead of only take the last element for comparsion, we compare the runtime output sharing the same size and dtype with the aot one to have the best comparsion.

Differential Revision: D91201882

Differential Revision: D91201882

Pull Request resolved: #16763

(cherry picked from commit c7c4073)
@pytorch-bot
Copy link

pytorch-bot bot commented Jan 23, 2026

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/16813

Note: Links to docs will display an error until the docs builds have been completed.

❌ 10 New Failures

As of commit c0833cd with merge base 7492d0d (image):

NEW FAILURES - The following jobs have failed:

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 Jan 23, 2026
@rascani rascani merged commit 8e7ae95 into release/1.1 Jan 23, 2026
156 of 167 checks passed
@rascani rascani deleted the cherry-pick-16763-by-pytorch_bot_bot_ branch January 23, 2026 21:56
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants