Skip to content

Qualcomm AI Engine Direct - Adding QNN backend support for select_scatter core ATen op#19704

Open
qti-horodnic wants to merge 1 commit into
pytorch:mainfrom
CodeLinaro:select_scatter
Open

Qualcomm AI Engine Direct - Adding QNN backend support for select_scatter core ATen op#19704
qti-horodnic wants to merge 1 commit into
pytorch:mainfrom
CodeLinaro:select_scatter

Conversation

@qti-horodnic
Copy link
Copy Markdown
Contributor

Summary

Added support for the select_scatter core ATen op using a decomposition pass and the identity:

select_scatter(input, src, dim, index) = slice_scatter(input, src.unsqueeze(dim), dim, index, index+1, 1)

Test plan

python backends/qualcomm/tests/test_qnn_delegate.py -k TestQNNQuantizedOperator.test_qnn_backend_select_scatter --model SM8750 --host aisw-vm15-labsd --device 545ee4aa --build_folder build-android

python backends/qualcomm/tests/test_qnn_delegate.py -k TestQNNFloatingPointOperator.test_qnn_backend_select_scatter --model SM8750 --host aisw-vm15-labsd --device 545ee4aa --build_folder build-android

@pytorch-bot
Copy link
Copy Markdown

pytorch-bot Bot commented May 20, 2026

🔗 Helpful Links

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

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

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

✅ You can merge normally! (1 Unrelated Failure)

As of commit b0482c8 with merge base 1feb56c (image):

FLAKY - The following job failed but was likely due to flakiness present on trunk:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@qti-horodnic
Copy link
Copy Markdown
Contributor Author

@pytorchbot label "release notes: qualcomm"

@pytorch-bot pytorch-bot Bot added the release notes: qualcomm Changes to the Qualcomm backend delegate label May 20, 2026
@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 May 20, 2026
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: qualcomm Changes to the Qualcomm backend delegate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant