NXP backend: Add option to dump kernel selection for Neutron converter#17778
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/17778
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 2 Unrelated FailuresAs of commit eacd364 with merge base 9dc7ab0 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were 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. |
9ce2305 to
89aa715
Compare
89aa715 to
bd027e0
Compare
| @@ -1,3 +1,3 @@ | |||
| --index-url https://eiq.nxp.com/repository | |||
| eiq-neutron-sdk==2.2.2 | |||
| eiq-neutron-sdk==3.0.0 | |||
There was a problem hiding this comment.
will the kernel selection work with 2.2.2 or must it be upgraded to 3.0.0?
There was a problem hiding this comment.
It's present in 3.0.0.
There was a problem hiding this comment.
@JakeStevens are updates of the eiq_neutron_sdk laborious in your setup?
The reason I am asking is with eiq_neutron_sdk, we can provide updates/fixes to neutron more quickly, as the eiq_neutron_sdk is planned to be released on monthly cadence.
bd027e0 to
f334156
Compare
f334156 to
dbd7ae8
Compare
MartinPavella
left a comment
There was a problem hiding this comment.
Apart from the missing header, LGTM
dbd7ae8 to
596e74b
Compare
596e74b to
eacd364
Compare
|
The failing checks seem unrelated and the internal build passed. Merging. |
Summary
Adds option to dump kernel selection for Neutron converter. This kernel selection file can be used for selective build of Neutron Firmware, allowing to decrease app size on MCUs with limited RAM. Docs provided.
Test plan
Unit-tests provided.
cc @robert-kalmar @JakeStevens @digantdesai