-
Notifications
You must be signed in to change notification settings - Fork 709
Update backend execute args in test #6708
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6708
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 6a43d44 with merge base 4947e27 ( 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: D65585157 |
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.
linter
1aadcc0 to
cc6cdba
Compare
Summary: Similar to pytorch#6673, we update the execute args the same as the actual interface https://github.com/pytorch/executorch/blob/836d5561a61877507b6d5891485725996bb6b32c/runtime/backend/interface.h?fbclid=IwZXh0bgNhZW0CMTEAAR37pGH_HbSLZTCatfjnXGr_CLc8Th-SpoS4CeKb00z1ngNBJd6OdniK19Q_aem_xk7M6diLe_FAsplz8BZRQg#L96-L99 Reviewed By: kirklandsign Differential Revision: D65585157
|
This pull request was exported from Phabricator. Differential Revision: D65585157 |
Summary: Similar to pytorch#6673, we update the execute args the same as the actual interface https://github.com/pytorch/executorch/blob/836d5561a61877507b6d5891485725996bb6b32c/runtime/backend/interface.h?fbclid=IwZXh0bgNhZW0CMTEAAR37pGH_HbSLZTCatfjnXGr_CLc8Th-SpoS4CeKb00z1ngNBJd6OdniK19Q_aem_xk7M6diLe_FAsplz8BZRQg#L96-L99 Reviewed By: kirklandsign Differential Revision: D65585157
cc6cdba to
6a43d44
Compare
|
This pull request was exported from Phabricator. Differential Revision: D65585157 |
Summary: Similar to pytorch#6673, we update the execute args the same as the actual interface https://github.com/pytorch/executorch/blob/836d5561a61877507b6d5891485725996bb6b32c/runtime/backend/interface.h?fbclid=IwZXh0bgNhZW0CMTEAAR37pGH_HbSLZTCatfjnXGr_CLc8Th-SpoS4CeKb00z1ngNBJd6OdniK19Q_aem_xk7M6diLe_FAsplz8BZRQg#L96-L99 Reviewed By: kirklandsign Differential Revision: D65585157
Summary: Similar to pytorch#6673, we update the execute args the same as the actual interface https://github.com/pytorch/executorch/blob/836d5561a61877507b6d5891485725996bb6b32c/runtime/backend/interface.h?fbclid=IwZXh0bgNhZW0CMTEAAR37pGH_HbSLZTCatfjnXGr_CLc8Th-SpoS4CeKb00z1ngNBJd6OdniK19Q_aem_xk7M6diLe_FAsplz8BZRQg#L96-L99 bypass-github-export-checks Reviewed By: kirklandsign Differential Revision: D65585157
Summary:
Similar to #6673, we update the execute args the same as the actual interface
executorch/runtime/backend/interface.h
Lines 96 to 99 in 836d556
Differential Revision: D65585157