NXP backend: Use new Neutron flow for failing constant pad tests.#19024
Conversation
The new Neutron C flow is based on MLIR, and it provides improved support for many operators.
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19024
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Awaiting Approval, 2 New Failures, 2 Unrelated FailuresAs of commit 065dc35 with merge base 490ec5c ( 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. |
This PR needs a
|
Summary
In Neutron SW SDK 3.1.0, some edge cases of the constant pad operator are no longer supported by the old flow. Affected tests now use the new flow where the pad is supported.
(Only the last commit is relevant)
Test plan
Unit tests provided.
cc @robert-kalmar @JakeStevens @digantdesai