Qualcomm AI Engine Direct - Adding QNN backend support for scatter.value core ATen op#20998
Qualcomm AI Engine Direct - Adding QNN backend support for scatter.value core ATen op#20998qti-horodnic wants to merge 1 commit into
Conversation
|
@pytorchbot label "release notes: qualcomm" |
This PR needs a
|
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20998
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 Cancelled Jobs, 1 Unrelated FailureAs of commit a041f9c with merge base 96c83ed ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
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. |
da92cc5 to
a041f9c
Compare
|
@claude review this PR |
|
Claude finished @psiddh's task in 3m 4s —— View job Code Review: QNN
|
Summary
Adds support for
aten.scatter.valueon the QNN backend by extending the existingScatterElementsbuilder.torch.scatter(data, dim, index, value)scatters a scalarvalueintodataat positions specified byindex. Unlikescatter.src(which takes a tensor),scatter.valuetakes a scalar which requires special handling in the builder to convert the scalar to a static tensor compatible with QNN'sScatterElementsop.Also updated the
new_op_developmentClaude skill to include testing information for the new testing framework.Test plan