Build QNN backend tests with EXTENSION_TENSOR, mark option as required#18140
Merged
GregoryComer merged 1 commit intopytorch:mainfrom Mar 12, 2026
Merged
Build QNN backend tests with EXTENSION_TENSOR, mark option as required#18140GregoryComer merged 1 commit intopytorch:mainfrom
GregoryComer merged 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18140
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 284 Pending, 1 Unrelated FailureAs of commit 650f4be with merge base cc27e6b ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
646133f to
650f4be
Compare
abhinaykukkadapu
approved these changes
Mar 12, 2026
Contributor
|
@pytorchbot cherry-pick --onto release/1.2 -c critical |
|
❌ 🤖 pytorchbot command failed: Try |
Contributor
|
@pytorchbot cherry-pick --onto release/1.2 -c critical |
Collaborator
Cherry picking #18140The cherry pick PR is at #18148 and it is recommended to link a critical cherry pick PR with an issue. Details for Dev Infra teamRaised by workflow job |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The QNN backend references extension_tensor and thus requires it to be built. This PR makes two changes: