-
Notifications
You must be signed in to change notification settings - Fork 24.2k
[Static Runtime] Add out variant wrapper for aten::ones_like #73945
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
Conversation
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit f7f4d7b (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
This pull request was exported from Phabricator. Differential Revision: D34727057 |
This pull request was exported from Phabricator. Differential Revision: D34727057 |
…#73945) Summary: Pull Request resolved: pytorch#73945 This change adds add out variant wrapper for aten::ones_like. Test Plan: - Added a unittest. - Checked that the op execution got switched to its added out variant (P485330978). Reviewed By: hlu1 Differential Revision: D34727057 fbshipit-source-id: f1678fa4a3b4d87673010b86d3b4aa461af76117
455286e
to
f7f4d7b
Compare
This pull request was exported from Phabricator. Differential Revision: D34727057 |
Summary: Pull Request resolved: #73945 This change adds add out variant wrapper for aten::ones_like. Test Plan: - Added a unittest. - Checked that the op execution got switched to its added out variant (P485330978). Reviewed By: hlu1 Differential Revision: D34727057 fbshipit-source-id: 5022a7f547d53b0c00459d3959ad3c6e6a8a62d5
Summary: This change adds add out variant wrapper for aten::ones_like.
Test Plan:
Differential Revision: D34727057