-
Notifications
You must be signed in to change notification settings - Fork 685
Arm backend: Add support for ELU.default operator #13683
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13683
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: ❌ 1 New Failure, 1 Cancelled Job, 9 Unrelated FailuresAs of commit c3e6386 with merge base deaf37f ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following jobs failed but was 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" |
@pytorchbot label "release notes: 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. |
df70565
to
b94c437
Compare
b94c437
to
bab918f
Compare
Signed-off-by: Agrima Khare <agrima.khare@arm.com> Change-Id: I032414e7454d5e2cada05b788e9eed0f7b2dc97c
bab918f
to
242dbfc
Compare
@agrima1304 please check is the following Pyre type checks are resolved:
|
Hi @shoumikhin we look into it when back to work but first just double checking did you post this in the right PR? |
@zingo indeed, they are related to a different PR, sorry! |
Thanks for checking 🙏 |
Decomposes elu into other operators/ lookup table for FP and INT cases.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218