-
Notifications
You must be signed in to change notification settings - Fork 684
Arm backend: Change W2L "input type" for Ethos-U55 test #13839
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
Conversation
The W2L model includes a conv1d layer with an unsupported stride length (160) when the input_type argument to the model's constructor is set to the default value ("waveform"). Change the input_type parameter to "power_spectrum" as a workaround to not include this unsupported layer. Still the test case will not pass because there is lack of memory (SRAM). Change the pytest.mark.skip decorator to the U55 test to reflect the new expected reason for failure. Change-Id: I33a91fcd071505e0de30f974cdc401dad9863616
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13839
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: ❌ 6 New Failures, 2 Unrelated FailuresAs of commit 9d76d4a with merge base 389918b ( 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. |
@pytorchbot label ciflow/trunk |
@pytorchbot label "partner: arm" |
This PR needs a
|
Test fails are unrelated |
The W2L model includes a conv1d layer with an unsupported stride length (160) when the input_type argument to the model's constructor is set to the default value ("waveform"). Change the input_type parameter to "power_spectrum" as a workaround to not include this unsupported layer.
Still the test case will not pass because there is lack of memory (SRAM). Change the pytest.mark.skip decorator to the U55 test to reflect the new expected reason for failure.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218