Skip to content

Arm backend: Add TOSA dialect unary elementwise ops#20017

Merged
SaoirseARM merged 2 commits into
pytorch:mainfrom
SaoirseARM:toupstream/unary
Jun 5, 2026
Merged

Arm backend: Add TOSA dialect unary elementwise ops#20017
SaoirseARM merged 2 commits into
pytorch:mainfrom
SaoirseARM:toupstream/unary

Conversation

@SaoirseARM

@SaoirseARM SaoirseARM commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

Added TOSA dialect operators for:

  • ABS
  • BITWISE_NOT
  • CEIL
  • CLZ
  • COS
  • EXP
  • FLOOR
  • LOG
  • LOGICAL_NOT
  • NEGATE
  • RECIPROCAL
  • RSQRT
  • SIN

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell @rascani

Signed-off-by: Saoirse Stewart <saoirse.stewart@arm.com>
@SaoirseARM SaoirseARM requested a review from digantdesai as a code owner June 4, 2026 08:38
@pytorch-bot

pytorch-bot Bot commented Jun 4, 2026

Copy link
Copy Markdown

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20017

Note: Links to docs will display an error until the docs builds have been completed.

❌ 2 New Failures, 3 Unrelated Failures

As of commit 8b6ca08 with merge base 721e641 (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

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.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 4, 2026
@github-actions github-actions Bot added ciflow/trunk module: arm Issues related to arm backend labels Jun 4, 2026
@SaoirseARM SaoirseARM requested a review from zingo June 4, 2026 08:39
@SaoirseARM

Copy link
Copy Markdown
Collaborator Author

@pytorchbot label ciflow/trunk

@SaoirseARM

Copy link
Copy Markdown
Collaborator Author

@pytorchbot label 'partner: arm'

@pytorch-bot pytorch-bot Bot added the partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm label Jun 4, 2026
@SaoirseARM

Copy link
Copy Markdown
Collaborator Author

@pytorchbot label "release notes: arm"

@pytorch-bot pytorch-bot Bot added the release notes: arm Changes to the ARM backend delegate label Jun 4, 2026
@SaoirseARM

Copy link
Copy Markdown
Collaborator Author

Failures look unrelated.

@SaoirseARM SaoirseARM merged commit 91be26d into pytorch:main Jun 5, 2026
475 of 488 checks passed
@SaoirseARM SaoirseARM deleted the toupstream/unary branch June 5, 2026 09:25
Gasoonjia pushed a commit that referenced this pull request Jun 8, 2026
Added TOSA dialect operators for:
- ABS
- BITWISE_NOT
- CEIL
- CLZ
- COS
- EXP
- FLOOR
- LOG
- LOGICAL_NOT
- NEGATE
- RECIPROCAL
- RSQRT
- SIN

Signed-off-by: Saoirse Stewart <saoirse.stewart@arm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: arm Issues related to arm backend partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: arm Changes to the ARM backend delegate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants