-
Notifications
You must be signed in to change notification settings - Fork 508
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
Enable xnnpack in aten mode #9049
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/9049
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit 6deb886 with merge base 1572381 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D70704202 |
This pull request was exported from Phabricator. Differential Revision: D70704202 |
07bc240
to
535017a
Compare
Summary: This diff enables XNNPack delegate in ATen mode resolving some compilation issues and also making sure that the deps that XNNPack depends on are portable + aten friendly. Differential Revision: D70704202
535017a
to
aa1194c
Compare
This pull request was exported from Phabricator. Differential Revision: D70704202 |
Summary: This diff enables XNNPack delegate in ATen mode resolving some compilation issues and also making sure that the deps that XNNPack depends on are portable + aten friendly. Reviewed By: mcr229 Differential Revision: D70704202
aa1194c
to
28f85e9
Compare
Summary: Pull Request resolved: #9049 This diff enables XNNPack delegate in ATen mode resolving some compilation issues and also making sure that the deps that XNNPack depends on are portable + aten friendly. Reviewed By: mcr229 Differential Revision: D70704202
28f85e9
to
894d3c7
Compare
This pull request was exported from Phabricator. Differential Revision: D70704202 |
# @lint-ignore BUCKLINT: Avoid `link_whole=True` (https://fburl.com/avoid-link-whole) | ||
link_whole = True, | ||
) | ||
for aten_mode in get_aten_mode_options(): |
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.
dejvu can't remember why we disabled aten-mode anymore, good luck :)
Summary: This diff enables XNNPack delegate in ATen mode resolving some compilation issues and also making sure that the deps that XNNPack depends on are portable + aten friendly. Reviewed By: mcr229 Differential Revision: D70704202
894d3c7
to
83335ae
Compare
Summary: This diff enables XNNPack delegate in ATen mode resolving some compilation issues and also making sure that the deps that XNNPack depends on are portable + aten friendly. Reviewed By: mcr229 Differential Revision: D70704202
83335ae
to
9cba2bb
Compare
This pull request was exported from Phabricator. Differential Revision: D70704202 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D70704202 |
Summary: Pull Request resolved: #9049 This diff enables XNNPack delegate in ATen mode resolving some compilation issues and also making sure that the deps that XNNPack depends on are portable + aten friendly. Reviewed By: mcr229 Differential Revision: D70704202
9cba2bb
to
38719a8
Compare
Summary: This diff enables XNNPack delegate in ATen mode resolving some compilation issues and also making sure that the deps that XNNPack depends on are portable + aten friendly. Reviewed By: mcr229 Differential Revision: D70704202
38719a8
to
0e35b33
Compare
Summary: Pull Request resolved: #9049 This diff enables XNNPack delegate in ATen mode resolving some compilation issues and also making sure that the deps that XNNPack depends on are portable + aten friendly. Reviewed By: mcr229 Differential Revision: D70704202
This pull request was exported from Phabricator. Differential Revision: D70704202 |
0e35b33
to
6deb886
Compare
Summary: This diff enables XNNPack delegate in ATen mode resolving some compilation issues and also making sure that the deps that XNNPack depends on are portable + aten friendly.
Differential Revision: D70704202