Skip to content

Conversation

@mergennachin
Copy link
Contributor

@mergennachin mergennachin commented Sep 11, 2025

Summary: Redoing #14111 with additional fixes

Differential Revision: D82171193

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218

@pytorch-bot
Copy link

pytorch-bot bot commented Sep 11, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14191

Note: Links to docs will display an error until the docs builds have been completed.

⏳ No Failures, 258 Pending

As of commit 4b081fe with merge base 323a9e8 (image):
💚 Looks good so far! There are no failures yet. 💚

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

@meta-cla meta-cla 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 Sep 11, 2025
@facebook-github-bot
Copy link
Contributor

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

@mergennachin mergennachin added partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: arm Changes to the ARM backend delegate release notes: api Changes to public facing apis (any interfaces, pybinded runtime methods, etc.) labels Sep 11, 2025
@facebook-github-bot
Copy link
Contributor

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

mergennachin added a commit to mergennachin/executorch-1 that referenced this pull request Sep 11, 2025
Summary:
Pull Request resolved: pytorch#14191

Redoing pytorch#14111 with additional fixes

Differential Revision: D82171193
@facebook-github-bot
Copy link
Contributor

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

mergennachin added a commit to mergennachin/executorch-1 that referenced this pull request Sep 11, 2025
Summary:
Pull Request resolved: pytorch#14191

Redoing pytorch#14111 with additional fixes

Differential Revision: D82171193
@facebook-github-bot
Copy link
Contributor

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

mergennachin added a commit to mergennachin/executorch-1 that referenced this pull request Sep 11, 2025
Summary:
Pull Request resolved: pytorch#14191

Redoing pytorch#14111 with additional fixes

Differential Revision: D82171193
@facebook-github-bot
Copy link
Contributor

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

mergennachin added a commit to mergennachin/executorch-1 that referenced this pull request Sep 11, 2025
Summary:
Pull Request resolved: pytorch#14191

Redoing pytorch#14111 with additional fixes

Differential Revision: D82171193
@facebook-github-bot
Copy link
Contributor

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

mergennachin added a commit to mergennachin/executorch-1 that referenced this pull request Sep 11, 2025
Summary:
Pull Request resolved: pytorch#14191

Redoing pytorch#14111 with additional fixes

Differential Revision: D82171193
@facebook-github-bot
Copy link
Contributor

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

mergennachin added a commit to mergennachin/executorch-1 that referenced this pull request Sep 11, 2025
Summary:
Pull Request resolved: pytorch#14191

Redoing pytorch#14111 with additional fixes

Differential Revision: D82171193
@facebook-github-bot
Copy link
Contributor

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

@mergennachin mergennachin added this to the 1.0.0 milestone Sep 11, 2025
Copy link
Contributor

@digantdesai digantdesai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved!!

@facebook-github-bot
Copy link
Contributor

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

mergennachin added a commit to mergennachin/executorch-1 that referenced this pull request Sep 11, 2025
Summary:
Pull Request resolved: pytorch#14191

Redoing pytorch#14111 with additional fixes

Reviewed By: digantdesai

Differential Revision: D82171193
Comment on lines 67 to 73
runtime.python_library(
name = "tosa_compile_spec",
srcs = [
"tosa/__init__.py",
"tosa/compile_spec.py",
],
deps = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend moving this into tosa/TARGETS so you can reference these files

Comment on lines +82 to +73
"vgf/__init__.py",
"vgf/backend.py",
"vgf/compile_spec.py",
"vgf/partitioner.py",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is fine as long as vgf/TARGETS doesn't exist

@facebook-github-bot
Copy link
Contributor

@mergennachin has exported this pull request. If you are a Meta employee, you can view the originating diff in D82171193.

mergennachin added a commit to mergennachin/executorch-1 that referenced this pull request Sep 11, 2025
Summary:
Pull Request resolved: pytorch#14191

Redoing pytorch#14111 with additional fixes

Reviewed By: digantdesai

Differential Revision: D82171193
@facebook-github-bot
Copy link
Contributor

@mergennachin has exported this pull request. If you are a Meta employee, you can view the originating diff in D82171193.

mergennachin added a commit to mergennachin/executorch-1 that referenced this pull request Sep 11, 2025
Summary:
Pull Request resolved: pytorch#14191

Redoing pytorch#14111 with additional fixes

Reviewed By: digantdesai

Differential Revision: D82171193
AdrianLundell added a commit to AdrianLundell/executorch that referenced this pull request Sep 12, 2025
Update the doc to be more focused on detailed API documentation.

Note that this documents the change introduced in pytorch#14191.

Signed-off-by: Adrian Lundell <[email protected]>
Change-Id: Iebfd537e038ce3517cd5c5158bcec311b7d2b258
Summary: Redoing pytorch#14111 with additional fixes

Reviewed By: digantdesai

Differential Revision: D82171193
@facebook-github-bot
Copy link
Contributor

@mergennachin has exported this pull request. If you are a Meta employee, you can view the originating diff in D82171193.

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

@mergennachin has exported this pull request. If you are a Meta employee, you can view the originating diff in D82171193.

@mergennachin mergennachin merged commit 8da4a6e into pytorch:main Sep 12, 2025
288 of 300 checks passed
@mergennachin mergennachin deleted the export-D82171193 branch September 12, 2025 18:43
mergennachin pushed a commit that referenced this pull request Sep 12, 2025
Update the doc to be more focused on detailed API documentation.

Note that this documents the change introduced in #14191.

---------

Signed-off-by: Adrian Lundell <[email protected]>
mergennachin pushed a commit that referenced this pull request Sep 12, 2025
Create the documentation for the VGF backend.

This includes the change introduced in #14191 .

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218

---------

Signed-off-by: Agrima Khare <[email protected]>
StrycekSimon pushed a commit to nxp-upstream/executorch that referenced this pull request Sep 23, 2025
StrycekSimon pushed a commit to nxp-upstream/executorch that referenced this pull request Sep 23, 2025
Update the doc to be more focused on detailed API documentation.

Note that this documents the change introduced in pytorch#14191.

---------

Signed-off-by: Adrian Lundell <[email protected]>
StrycekSimon pushed a commit to nxp-upstream/executorch that referenced this pull request Sep 23, 2025
Create the documentation for the VGF backend.

This includes the change introduced in pytorch#14191 .

cc @digantdesai @freddan80 @per @zingo @oscarandersson8218

---------

Signed-off-by: Agrima Khare <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/trunk CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported meta-exported partner: arm For backend delegation, kernels, demo, etc. from the 3rd-party partner, Arm release notes: api Changes to public facing apis (any interfaces, pybinded runtime methods, etc.) release notes: arm Changes to the ARM backend delegate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants