-
Notifications
You must be signed in to change notification settings - Fork 743
Fix HiFi relu for int8 #8423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix HiFi relu for int8 #8423
Conversation
Summary: As titled. Differential Revision: D69541729
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8423
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 1f4905a with merge base 1308d4d ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D69541729 |
| Tensor& output) { | ||
| const uint8_t _in_zero_point = static_cast<uint8_t>(in_zero_point); | ||
| const uint8_t _out_zero_point = static_cast<uint8_t>(out_zero_point); | ||
| const int32_t _out_multiplier = static_cast<int32_t>(out_multiplier); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do these two need to move?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
they don't you're right
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
|
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Summary: As titled.
Differential Revision: D69541729