Skip to content

Conversation

@Erik-Lundell
Copy link
Collaborator

When processing globals, torch._dynamo.symbolic_trace loads them by calling import_lib.import_module. For this to succeed, the module aot_arm_compiler loads from a source file needs to be added to sys.modules.

When processing globals, torch._dynamo.symbolic_trace loads them
by calling import_lib.import_module. For this to succeed, the
module aot_arm_compiler loads from a source file needs to be
added to sys.modules.

Signed-off-by: Erik Lundell <erik.lundell@arm.com>
Change-Id: Ia86eef19938c1b93411f80a89d82b6ff8c893415
@Erik-Lundell Erik-Lundell added ciflow/trunk module: arm Issues related to arm backend release notes: none Do not include this in the release notes labels Dec 16, 2025
@pytorch-bot
Copy link

pytorch-bot bot commented Dec 16, 2025

🔗 Helpful Links

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

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

❌ 2 New Failures, 1 Unrelated Failure

As of commit a480007 with merge base 1cb85ef (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 16, 2025
@Erik-Lundell
Copy link
Collaborator Author

Failures unrelated. Should be a safe merge.

@zingo zingo merged commit aecd67b into pytorch:main Dec 17, 2025
303 of 306 checks passed
xingguo01 pushed a commit to xingguo01/executorch that referenced this pull request Dec 18, 2025
…pytorch#16275)

When processing globals, torch._dynamo.symbolic_trace loads them by
calling import_lib.import_module. For this to succeed, the module
aot_arm_compiler loads from a source file needs to be added to
sys.modules.

Signed-off-by: Erik Lundell <erik.lundell@arm.com>
jirioc pushed a commit to nxp-upstream/executorch that referenced this pull request Dec 19, 2025
…pytorch#16275)

When processing globals, torch._dynamo.symbolic_trace loads them by
calling import_lib.import_module. For this to succeed, the module
aot_arm_compiler loads from a source file needs to be added to
sys.modules.

Signed-off-by: Erik Lundell <erik.lundell@arm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: arm Issues related to arm backend release notes: none Do not include this in the release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants