Arm backend: Use TOSA-context when adding passes#18442
Merged
oscarandersson8218 merged 2 commits intopytorch:mainfrom Apr 16, 2026
Merged
Arm backend: Use TOSA-context when adding passes#18442oscarandersson8218 merged 2 commits intopytorch:mainfrom
oscarandersson8218 merged 2 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/18442
Note: Links to docs will display an error until the docs builds have been completed. ❌ 4 New Failures, 2 Cancelled Jobs, 4 Unrelated FailuresAs of commit 6c74b96 with merge base 87e65ac ( NEW FAILURES - The following jobs have failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was 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. |
Sebastian-Larsson
approved these changes
Mar 24, 2026
e5256e9 to
8adc31a
Compare
09a0c8f to
d9c7808
Compare
Collaborator
|
@digantdesai / @GregoryComer this adds timeout to the global suite (not only Arm) so we assume you want to signoff on this :) |
Make sure to be inside TosaLoweringContext when adding/initializing passes. This is needed as passes may try to set self.shape_env using get_context_shape_env(). This patch also uses _get_shape_env_from_gm instead of graph_module.shape_env as we cannot rely on the shape_env being set in the graph_module even though sym-ints are present in the graph. Signed-off-by: Oscar Andersson <oscar.andersson@arm.com> Change-Id: If515e12af3382909320585d1a1064281203cbda9
Adds a per testcase timeout for tests in backends/test/suite. The timeout is set to 1200s for models and 120s for ops. Signed-off-by: Oscar Andersson <oscar.andersson@arm.com> Change-Id: Iebf0d520953a10b2e7934b7f3540a2e6a2806e38
d9c7808 to
6c74b96
Compare
GregoryComer
approved these changes
Apr 15, 2026
Collaborator
Author
|
Unrelated failures. |
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.
Make sure to be inside TosaLoweringContext when adding/initializing passes. This is needed as passes may try to set self.shape_env using get_context_shape_env(). This patch also uses _get_shape_env_from_gm instead of graph_module.shape_env as we cannot rely on the shape_env being set in the graph_module even though sym-ints are present in the graph.
cc @digantdesai @freddan80 @per @zingo @mansnils @Sebastian-Larsson @robell