-
Notifications
You must be signed in to change notification settings - Fork 441
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
oss qnn bug fix #8304
oss qnn bug fix #8304
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8304
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit a5717e9 with merge base 57891b7 ( 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: D69286388 |
@pytorchbot label "topic: not user facing" |
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.
Thank you.
Summary: pytorch#8304 1. the graph actually include the torch.ops.aten.silu.default not the torch.nn.functional.silu 2. the aten.mul.tensor is arg is scalar, this could apply to other ops Differential Revision: D69286388
b548a7a
to
a5717e9
Compare
This pull request was exported from Phabricator. Differential Revision: D69286388 |
Summary:
Differential Revision: D69286388