-
Notifications
You must be signed in to change notification settings - Fork 608
introduce model-level end2end tests to dim order tests with different delegate #6093
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/6093
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 66907c8 with merge base 1be8521 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D64174329 |
… delegate (pytorch#6093) Summary: This diff introduced end2end tests on several models + delegation combinations. Models: llama2, resnet18, mobilenet_v3 Delegate: no delegate, xnnpack Differential Revision: D64174329
7af41a3
to
15d872e
Compare
This pull request was exported from Phabricator. Differential Revision: D64174329 |
… delegate (pytorch#6093) Summary: This diff introduced end2end tests on several models + delegation combinations. Models: llama2, resnet18, mobilenet_v3 Delegate: no delegate, xnnpack Differential Revision: D64174329
15d872e
to
aafffa2
Compare
This pull request was exported from Phabricator. Differential Revision: D64174329 |
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.
Looks good
… delegate (pytorch#6093) Summary: This diff introduced end2end tests on several models + delegation combinations. Models: llama2, resnet18, mobilenet_v3 Delegate: no delegate, xnnpack Reviewed By: digantdesai, larryliu0820 Differential Revision: D64174329
aafffa2
to
66907c8
Compare
This pull request was exported from Phabricator. Differential Revision: D64174329 |
This pull request has been merged in a43b4a6. |
@pytorchbot cherry-pick --onto release/0.4 -c fixnewfeature |
… delegate (#6093) Summary: Pull Request resolved: #6093 This diff introduced end2end tests on several models + delegation combinations. Models: llama2, resnet18, mobilenet_v3 Delegate: no delegate, xnnpack Reviewed By: digantdesai, larryliu0820 Differential Revision: D64174329 fbshipit-source-id: 0807e0282d136bf1ef6d5be88e0c9f8512580f38 (cherry picked from commit a43b4a6)
Cherry picking #6093The cherry pick PR is at #6135 and it is recommended to link a fixnewfeature cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
… delegate (#6135) introduce model-level end2end tests to dim order tests with different delegate (#6093) Summary: Pull Request resolved: #6093 This diff introduced end2end tests on several models + delegation combinations. Models: llama2, resnet18, mobilenet_v3 Delegate: no delegate, xnnpack Reviewed By: digantdesai, larryliu0820 Differential Revision: D64174329 fbshipit-source-id: 0807e0282d136bf1ef6d5be88e0c9f8512580f38 (cherry picked from commit a43b4a6) Co-authored-by: Songhao Jia <[email protected]>
Summary:
This diff introduced end2end tests on several models + delegation combinations.
Models: llama2, resnet18, mobilenet_v3
Delegate: no delegate, xnnpack
Differential Revision: D64174329