-
Notifications
You must be signed in to change notification settings - Fork 24.1k
[XNNPACK][QS8] torch.nn.ELU #104307
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
[XNNPACK][QS8] torch.nn.ELU #104307
Conversation
Differential Revision: [D47075933](https://our.internmc.facebook.com/intern/diff/D47075933/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/104307
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 5c2f0a6: NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Differential Revision: [D47075933](https://our.internmc.facebook.com/intern/diff/D47075933/) ghstack-source-id: 193350841 Pull Request resolved: #104307
Differential Revision: [D47075933](https://our.internmc.facebook.com/intern/diff/D47075933/) [ghstack-poisoned]
Pull Request resolved: #104307 ghstack-source-id: 194011861 Differential Revision: [D47075933](https://our.internmc.facebook.com/intern/diff/D47075933/)
Differential Revision: [D47075933](https://our.internmc.facebook.com/intern/diff/D47075933/) [ghstack-poisoned]
@@ -346,6 +346,7 @@ def _get_share_qparams_ops_configs() -> List[BackendPatternConfig]: | |||
] | |||
share_qparams_ops = [ | |||
F.adaptive_avg_pool2d, | |||
F.elu, |
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.
also a bit strange that here F.leaky_relu_ is with inplace variant and F.relu/F.elu is without
Differential Revision: [D47075933](https://our.internmc.facebook.com/intern/diff/D47075933/) [ghstack-poisoned]
@pytorchbot merge (Initiating merge automatically since Phabricator Diff has merged) |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: X-link: pytorch/pytorch#104307 ghstack-source-id: 194202820 Reviewed By: digantdesai Differential Revision: D47075933 fbshipit-source-id: d9361863afb25ee1d35a3d2e2566904002db11b5
Stack from ghstack (oldest at bottom):
Differential Revision: D47075933