-
Notifications
You must be signed in to change notification settings - Fork 683
Rescale add int16 correctly #14645
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
Rescale add int16 correctly #14645
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14645
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Unrelated FailuresAs of commit b502ed5 with merge base 181ed4d ( NEW FAILURE - The following job has failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "release notes: none" |
Summary: Pull Request resolved: #14645 Differential Revision: D82906134
b564bd0
to
d263d2f
Compare
d263d2f
to
c3c2808
Compare
Summary: Pull Request resolved: #14645 Differential Revision: D82906134
Summary: Pull Request resolved: #14645 Differential Revision: D82906134
Summary: Pull Request resolved: #14645 Differential Revision: D82906134
c3c2808
to
f2aa09c
Compare
Summary: we rescale to int32 using a different common scale(2*max(left scale,right scale)) the resccale(s) -> add[int32] -> rescale from TOSA is converted to a single add command stream instruction by Vela/Regor Differential Revision: D82906134
Summary: we rescale to int32 using a different common scale(2*max(left scale,right scale)) the resccale(s) -> add[int32] -> rescale from TOSA is converted to a single add command stream instruction by Vela/Regor Differential Revision: D82906134
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.
Review automatically exported from Phabricator review in Meta.
Summary: we rescale to int32 using a different common scale(2*max(left scale,right scale)) the resccale(s) -> add[int32] -> rescale from TOSA is converted to a single add command stream instruction by Vela/Regor Reviewed By: digantdesai Differential Revision: D82906134
f2aa09c
to
4ba230c
Compare
Summary: we rescale to int32 using a different common scale(2*max(left scale,right scale)) the resccale(s) -> add[int32] -> rescale from TOSA is converted to a single add command stream instruction by Vela/Regor Reviewed By: digantdesai Differential Revision: D82906134
Summary: we rescale to int32 using a different common scale(2*max(left scale,right scale)) the resccale(s) -> add[int32] -> rescale from TOSA is converted to a single add command stream instruction by Vela/Regor Reviewed By: digantdesai Differential Revision: D82906134
Summary: we rescale to int32 using a different common scale(2*max(left scale,right scale)) the resccale(s) -> add[int32] -> rescale from TOSA is converted to a single add command stream instruction by Vela/Regor Reviewed By: digantdesai Differential Revision: D82906134
Summary: we rescale to int32 using a different common scale(2*max(left scale,right scale)) the resccale(s) -> add[int32] -> rescale from TOSA is converted to a single add command stream instruction by Vela/Regor bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: digantdesai, Ninja91 Differential Revision: D82906134
4ba230c
to
b502ed5
Compare
Differential Revision: D82906134