-
Notifications
You must be signed in to change notification settings - Fork 751
Arm backend: Refactor compile spec handling (Try 2) #14191
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/14191
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 258 PendingAs of commit 4b081fe with merge base 323a9e8 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D82171193 |
|
This pull request was exported from Phabricator. Differential Revision: D82171193 |
Summary: Pull Request resolved: pytorch#14191 Redoing pytorch#14111 with additional fixes Differential Revision: D82171193
2d006c7 to
dcd46a8
Compare
|
This pull request was exported from Phabricator. Differential Revision: D82171193 |
Summary: Pull Request resolved: pytorch#14191 Redoing pytorch#14111 with additional fixes Differential Revision: D82171193
dcd46a8 to
8a9cf5e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D82171193 |
Summary: Pull Request resolved: pytorch#14191 Redoing pytorch#14111 with additional fixes Differential Revision: D82171193
8a9cf5e to
2cb36eb
Compare
|
This pull request was exported from Phabricator. Differential Revision: D82171193 |
Summary: Pull Request resolved: pytorch#14191 Redoing pytorch#14111 with additional fixes Differential Revision: D82171193
2cb36eb to
50aa04a
Compare
|
This pull request was exported from Phabricator. Differential Revision: D82171193 |
Summary: Pull Request resolved: pytorch#14191 Redoing pytorch#14111 with additional fixes Differential Revision: D82171193
50aa04a to
e5397b5
Compare
|
This pull request was exported from Phabricator. Differential Revision: D82171193 |
e5397b5 to
e221b8d
Compare
Summary: Pull Request resolved: pytorch#14191 Redoing pytorch#14111 with additional fixes Differential Revision: D82171193
|
This pull request was exported from Phabricator. Differential Revision: D82171193 |
digantdesai
left a comment
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.
Approved!!
|
This pull request was exported from Phabricator. Differential Revision: D82171193 |
67e8585 to
6c89cbe
Compare
Summary: Pull Request resolved: pytorch#14191 Redoing pytorch#14111 with additional fixes Reviewed By: digantdesai Differential Revision: D82171193
backends/arm/TARGETS
Outdated
| runtime.python_library( | ||
| name = "tosa_compile_spec", | ||
| srcs = [ | ||
| "tosa/__init__.py", | ||
| "tosa/compile_spec.py", | ||
| ], | ||
| deps = [ |
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.
I recommend moving this into tosa/TARGETS so you can reference these files
| "vgf/__init__.py", | ||
| "vgf/backend.py", | ||
| "vgf/compile_spec.py", | ||
| "vgf/partitioner.py", |
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.
this is fine as long as vgf/TARGETS doesn't exist
|
@mergennachin has exported this pull request. If you are a Meta employee, you can view the originating diff in D82171193. |
Summary: Pull Request resolved: pytorch#14191 Redoing pytorch#14111 with additional fixes Reviewed By: digantdesai Differential Revision: D82171193
6c89cbe to
d9493ff
Compare
|
@mergennachin has exported this pull request. If you are a Meta employee, you can view the originating diff in D82171193. |
Summary: Pull Request resolved: pytorch#14191 Redoing pytorch#14111 with additional fixes Reviewed By: digantdesai Differential Revision: D82171193
d9493ff to
861e98a
Compare
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
|
@mergennachin has exported this pull request. If you are a Meta employee, you can view the originating diff in D82171193. |
1 similar comment
|
@mergennachin has exported this pull request. If you are a Meta employee, you can view the originating diff in D82171193. |
861e98a to
4b081fe
Compare
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]>
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]>
Summary: Redoing pytorch#14111 with additional fixes Differential Revision: D82171193 cc @digantdesai @freddan80 @per @zingo @oscarandersson8218
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]>
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]>
Summary: Redoing #14111 with additional fixes
Differential Revision: D82171193
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218