Skip to content

Conversation

StrycekSimon
Copy link
Contributor

@StrycekSimon StrycekSimon commented Sep 10, 2025

Summary

Updates example in aot_neutron_compile.py to reflect current state of NXP backend.

Test plan

AOT examples should run automatically in CI. You can manually test it using backends/nxp/run_aot_example.sh

cc @digantdesai @JakeStevens @robert-kalmar @MartinPavella @roman-janik-nxp

Copy link

pytorch-bot bot commented Sep 10, 2025

🔗 Helpful Links

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

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

❌ 2 New Failures

As of commit b4c29d5 with merge base a89b858 (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 Sep 10, 2025
@StrycekSimon
Copy link
Contributor Author

@pytorchbot label "release notes: nxp"

@pytorch-bot pytorch-bot bot added the release notes: nxp Changes to the NXP Neutron backend delegate label Sep 10, 2025

edge_program_manager = NeutronEdgePassManager()(edge_program_manager)

if args.remove_quant_io_ops:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This step is done before delegation, but in executorch_pipeline.py it is done after delegation. In our local repo it is placed before delegation. Why are there differences?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it should be placed before the delegation. @MartinPavella, can you confirm it since you are the author of the updated executorch_pipeline.py?

@robert-kalmar robert-kalmar added the module: nxp Issues related to NXP Neutron NPU delegation and code under backends/nxp/ label Sep 12, 2025
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. module: nxp Issues related to NXP Neutron NPU delegation and code under backends/nxp/ release notes: nxp Changes to the NXP Neutron backend delegate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants