Skip to content

Conversation

pytorchbot
Copy link
Collaborator

@pytorchbot pytorchbot commented Sep 11, 2025

This PR was created by the merge bot to help merge the original PR into the main branch.
ghstack PR number: #13796 by @Ninja91
^ Please use this as the source of truth for the PR details, comments, and reviews
ghstack PR base: https://github.com/pytorch/executorch/tree/gh/Ninja91/9/base
ghstack PR head: https://github.com/pytorch/executorch/tree/gh/Ninja91/9/head
Merge bot PR base: https://github.com/pytorch/executorch/tree/main
Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/Ninja91/9/orig
@diff-train-skip-merge

Differential Revision: D80510729

Pull Request resolved: #13796

Add 16A8W quantization support and test for the sigmoid operation in ExecutorTorch ARM backend.

This follows the pattern established for linear and mul operations, extending int16 support to sigmoid operations.

Changes:
- Add INT16 dtype validation support in op_sigmoid.py
- Add test_sigmoid_tensor_16a8w_tosa_INT test function
- Enable test_sigmoid.py in test targets configuration

The 16A8W configuration uses 16-bit activations with 8-bit weights, enabling higher precision for activations while maintaining weight efficiency.
ghstack-source-id: 308986667
@exported-using-ghexport

Differential Revision: [D80510729](https://our.internmc.facebook.com/intern/diff/D80510729/)
Copy link

pytorch-bot bot commented Sep 11, 2025

🔗 Helpful Links

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

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

⏳ No Failures, 96 Pending

As of commit b8320ed with merge base 1d37845 (image):
💚 Looks good so far! There are no failures yet. 💚

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 Sep 11, 2025
@swolchok swolchok added the release notes: arm Changes to the ARM backend delegate label Sep 11, 2025
@Ninja91 Ninja91 self-requested a review September 11, 2025 15:39
@Ninja91 Ninja91 merged commit 6b9c0a6 into main Sep 11, 2025
118 of 132 checks passed
@Ninja91 Ninja91 deleted the gh/Ninja91/9/orig branch September 11, 2025 15:42
StrycekSimon pushed a commit to nxp-upstream/executorch that referenced this pull request Sep 23, 2025
…h#14213)

This PR was created by the merge bot to help merge the original PR into
the main branch.
ghstack PR number: pytorch#13796 by
@Ninja91
^ Please use this as the source of truth for the PR details, comments,
and reviews
ghstack PR base:
https://github.com/pytorch/executorch/tree/gh/Ninja91/9/base
ghstack PR head:
https://github.com/pytorch/executorch/tree/gh/Ninja91/9/head
Merge bot PR base: https://github.com/pytorch/executorch/tree/main
Merge bot PR head:
https://github.com/pytorch/executorch/tree/gh/Ninja91/9/orig
@diff-train-skip-merge

Differential Revision:
[D80510729](https://www.internalfb.com/diff/D80510729)

Co-authored-by: Nitin Jain <jainnitin@meta.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. release notes: arm Changes to the ARM backend delegate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants