arm: extend CMSIS-Pack smoke test to Cortex-M - #22113
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/22113
Note: Links to docs will display an error until the docs builds have been completed.
|
|
Hi @ricardoasouz! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
|
|
The following ciflow label(s) have been added but CI has not been triggered yet because the workflows are awaiting approval:
Once a maintainer approves the workflows (scroll to the bottom of the PR page), the corresponding CI jobs will be triggered automatically. Please ping one of the reviewers if you do not have access to approve and run workflows. |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
|
@pytorchbot label "release notes: none" |
Summary
Extend the CMSIS-Pack smoke consumer to exercise a Cortex-M operator instead of only a Portable operator.
This change:
Cortex-M quantized_add;uses
ARM::CMSIS-NN@7.0.0to keep the smoke test on the currently supported CMSIS-NN major version;This directly exercises the Cortex-M / CMSIS-NN path on the ARMCM55 target.
Testing
Related to #14880.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani