-
Notifications
You must be signed in to change notification settings - Fork 766
Implemented the loader for eIQ Neutron SDK converter. #16334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Implemented the loader for eIQ Neutron SDK converter. #16334
Conversation
🔗 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 FailureAs of commit d93861d with merge base cf28248 ( 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. |
MartinPavella
left a comment
There was a problem hiding this 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( |
There was a problem hiding this comment.
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.
a83974f to
d93861d
Compare
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