-
Notifications
You must be signed in to change notification settings - Fork 690
Arm backend: Decompose sub/add with alpha!=1 #14932
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
This was previously not supported, causing crashes in quantization, and incorrect output in floating point. Signed-off-by: Erik Lundell <[email protected]> Change-Id: Ib176007ec7c0be311fac4a3fb738200cac201bbc
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14932
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 New Failures, 1 Pending, 1 Unrelated FailureAs of commit d28d93f with merge base 8fbc42c ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job 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. |
trunk / test-arm-cortex-m-size-test (zephyr-preset) / linux-job (push) was broken already by |
@pytorchbot cherry-pick --onto release/1.0 -c fixnewfeature |
This was previously not supported, causing crashes in quantization, and incorrect output in floating point. Signed-off-by: Erik Lundell <[email protected]> (cherry picked from commit dda2705)
Cherry picking #14932The cherry pick PR is at #14939 and it is recommended to link a fixnewfeature cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
This was previously not supported, causing crashes in quantization, and incorrect output in floating point.
cc @freddan80 @per @zingo @oscarandersson8218 @digantdesai