-
Notifications
You must be signed in to change notification settings - Fork 646
Arm Backend: Add support for expm1.default #13274
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Agrima Khare <[email protected]> Change-Id: Ib389cce53bf08a8c6e321905bcdb1c1eded2939e
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13274
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled Job, 1 Unrelated FailureAs of commit 3816878 with merge base 7535720 ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
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. |
@pytorchbot label "partner: arm" |
Didn't find following labels among repository labels: partner:arm |
@pytorchbot label "release notes: arm" |
@pytorchbot label "partner: arm" |
@pytorchbot label "ciflow/trunk" |
To add these label(s) (ciflow/trunk) to the PR, please first approve the workflows that are awaiting approval (scroll to the bottom of this page). This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
Decompose expm1 into other operators or use the Taylor series expansion when input values are close to 0.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218