-
Notifications
You must be signed in to change notification settings - Fork 608
TOSA specification in Arm partitioner #6851
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
The TOSA specification is added as an argument to TOSASupportedOperators to be able to make decisions on which operators to support. Signed-off-by: Per Åstrand <[email protected]> Change-Id: I5ba3b9dd5f5dca54c3c6d8db29ebc9c52d5cc0f7
…ation Change-Id: Ib7eb502861948c2f8dee995f28cbb7f2baa00afb
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6851
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New FailureAs of commit 9582186 with merge base ecdc007 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
MacOS failure since commit 2f6d64f, not related to this change. |
|
||
# container for all SupportedTosaOperatorCheck classes | ||
_tosa_spec_dicts: dict[TosaSpecification, dict[str, SupportedTOSAOperatorCheck]] = { | ||
TosaSpecification.create_from_string("TOSA-0.80.0+BI"): {}, |
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.
Nit: Add a URL as a comment on how to find the exact version spec
Summary: Adding dependencies for pytorch#6851 Reviewed By: larryliu0820, kirklandsign Differential Revision: D66039382
Summary: Adding dependencies for pytorch#6851 Reviewed By: larryliu0820, kirklandsign Differential Revision: D66039382
Summary: Adding dependencies for pytorch#6851 Reviewed By: larryliu0820, kirklandsign Differential Revision: D66039382
Summary: Adding dependencies for pytorch#6851 Reviewed By: larryliu0820, kirklandsign, dvorjackz Differential Revision: D66039382
Adds information on which TOSA specification is being used for the partitioner.