-
Notifications
You must be signed in to change notification settings - Fork 600
Arm Backend: Update unit tests for TOSA 1.0 #10776
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
- Adds command line --arm_run_tosa_version Signed-off-by: Saoirse Stewart <[email protected]> Change-Id: I3337ad39192ec15fbb27610c73d282cc19a98d38
Signed-off-by: Saoirse Stewart <[email protected]> Change-Id: Id89019818ba4f447daf849b5e14debee0b16d0f9
Signed-off-by: Saoirse Stewart <[email protected]> Change-Id: Iccc30f84626a6d32dfe92fbf41ed500e2249bb4d
Signed-off-by: Saoirse Stewart <[email protected]> Change-Id: I7a1896ba1d40d2bd0e313da0c33ff21ed8c0738c
Change-Id: Ieb0e0104a9ebc15f319453f983edfaf0016d4050
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10776
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 1 PendingAs of commit 894258c with merge base d9c6f80 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "topic: not user facing" |
@pytorchbot label ciflow/trunk |
@pytorchbot label 'partner: arm' |
Fails are unrelated |
if config.option.arm_run_tosa_version: | ||
pytest._test_options["tosa_version"] = config.option.arm_run_tosa_version | ||
|
||
pytest._test_options["tosa_ref_model"] = True # type: ignore[attr-defined] |
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 BC breaking. I will try to forward fix.
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.
Thanks Digant!
### Summary Refactoring of unit tests to allow for testing of TOSA 1.0 Adds command-line argument --arm_run_tosa_version to run tests on particular version
Summary
Refactoring of unit tests to allow for testing of TOSA 1.0
Adds command-line argument --arm_run_tosa_version to run tests on particular version
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218