Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Enable xnnpack in aten mode #9049

wants to merge 1 commit into from

Conversation

tarun292
Copy link
Contributor

@tarun292 tarun292 commented Mar 7, 2025

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

Copy link

pytorch-bot bot commented Mar 7, 2025

🔗 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 Failures

As of commit 6deb886 with merge base 1572381 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Mar 7, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70704202

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70704202

facebook-github-bot pushed a commit that referenced this pull request Mar 7, 2025
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70704202

tarun292 added a commit that referenced this pull request Mar 20, 2025
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
tarun292 added a commit that referenced this pull request Mar 20, 2025
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
@facebook-github-bot
Copy link
Contributor

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():
Copy link
Contributor

@digantdesai digantdesai Mar 21, 2025

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 :)

tarun292 added a commit that referenced this pull request Mar 24, 2025
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
facebook-github-bot pushed a commit that referenced this pull request Mar 24, 2025
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70704202

1 similar comment
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70704202

tarun292 added a commit that referenced this pull request Mar 24, 2025
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
tarun292 added a commit that referenced this pull request Apr 2, 2025
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
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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D70704202

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported topic: not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants