-
Notifications
You must be signed in to change notification settings - Fork 746
Arm backend: Add tests for TOSA and VGF for extract_io_params_tosa + fix for bug with is_U55_subset #13065
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
Fix error with "is_U55_subset" by changing TOSAQuantizer to accept compiled spec Signed-off-by: Elena Zhelezina <[email protected]> Change-Id: I164d68190e6fb9edd2efb9c8bd2da8c1bfc4e406
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13065
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: ❌ 2 New Failures, 1 Cancelled Job, 1 Unrelated FailureAs of commit 57e5336 with merge base 90ff059 ( NEW FAILURES - The following jobs have failed:
CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
fails are unrerlated |
|
|
||
| def __init__(self, tosa_spec: TosaSpecification) -> None: | ||
| def __init__( | ||
| self, compile_spec_or_tosa_spec: Union[TosaSpecification, List[CompileSpec]] |
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: do you want to split into two constructors, instead of overloading..
def __init__(self, tosa_spec):
[...]
and
@classmethod
def from_compilespec(self, compilespec):
[...]
…fix for bug with is_U55_subset (pytorch#13065) Fix error with "is_U55_subset" by changing TOSAQuantizer to accept compiled spec Signed-off-by: Elena Zhelezina <[email protected]>
Fix error with "is_U55_subset" by changing TOSAQuantizer to accept compiled spec
Change-Id: I164d68190e6fb9edd2efb9c8bd2da8c1bfc4e406
Signed-off-by: Elena Zhelezina [email protected]
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218