Skip to content

Conversation

pytorchbot
Copy link
Collaborator

Summary

  • Since QNN does not support floor_divide operations for int32 or int64 inputs, it is necessary to decompose the operation into a division using floating-point precision, followed by applying the floor function.

Test plan

UT added

Author: @shewu-quic

cc @cccclai @shewu-quic @haowhsu-quic @DannyYuyang-quic @cbilgin

…N HTP backend (#14888)

### Summary
- Since QNN does not support floor_divide operations for int32 or int64
inputs, it is necessary to decompose the operation into a division using
floating-point precision, followed by applying the floor function.

### Test plan
UT added

Author: @shewu-quic

cc @cccclai @shewu-quic @haowhsu-quic @DannyYuyang-quic @cbilgin

---------

Co-authored-by: shewu <shewu@qti.qualcomm.com>
(cherry picked from commit 5af73eb)
Copy link

pytorch-bot bot commented Oct 14, 2025

🔗 Helpful Links

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

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

❌ 1 New Failure, 3 Cancelled Jobs, 1 Unrelated Failure

As of commit 5a622b7 with merge base e0dda90 (image):

NEW FAILURE - The following job has failed:

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.

@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 Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/nightly CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants