NXP backend: Unify testing infrastructure.#19112
NXP backend: Unify testing infrastructure.#19112MartinPavella wants to merge 3 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19112
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit b32f480 with merge base c8c791a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
| @@ -16,7 +16,7 @@ def test_aot_example__mobilenet_v2(): | |||
| """Test that mobilenet can be lowered to Neutron backend via `aot_neutron_compile.py` and all ops are delegated.""" | |||
|
|
|||
| # Find the executorch root directory (4 levels up from this test file) | |||
Summary
Unify tests comparing edge dialect <-> Neutron IR with tests comparing lowered edge programs <-> lowered Neutron delegated programs.
Test plan
Tested by all existing tests.
cc @robert-kalmar @JakeStevens @digantdesai