Skip to content

Conversation

@jirioc
Copy link
Collaborator

@jirioc jirioc commented Dec 19, 2025

Summary

Implemented the loader for eIQ Neutron SDK converter.

Test plan

Tested using the backends/nxp/tests/test_neutron_converter_manager.py which was also updated.

cc @robert-kalmar @JakeStevens @digantdesai

@pytorch-bot
Copy link

pytorch-bot bot commented Dec 19, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure, 1 Unrelated Failure

As of commit d93861d with merge base cf28248 (image):

NEW FAILURE - The following job has 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 19, 2025
@jirioc jirioc requested a review from MartinPavella December 19, 2025 09:07
@jirioc jirioc added the release notes: nxp Changes to the NXP Neutron backend delegate label Dec 19, 2025
Copy link
Collaborator

@MartinPavella MartinPavella left a comment

Choose a reason for hiding this comment

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

Please update the name of the commit to start with "NXP backend: "

requested_module_name = f"neutron_converter_{neutron_converter_flavor}"
if neutron_converter_flavor:
requested_module_name = f"neutron_converter_{neutron_converter_flavor}"
print(
Copy link
Collaborator

Choose a reason for hiding this comment

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

Minor:
We usually use logging.warning() instead of print.

@jirioc jirioc marked this pull request as draft December 19, 2025 09:46
@jirioc jirioc force-pushed the nxf96559/feature/EIEX-657-implement-loader-for-eiq-neutron-sdk-converter-module branch from a83974f to d93861d Compare December 19, 2025 10:11
@robert-kalmar robert-kalmar added the module: nxp Issues related to NXP Neutron NPU delegation and code under backends/nxp/ label Dec 19, 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