-
Notifications
You must be signed in to change notification settings - Fork 680
Restore backend tests #14779
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
base: main
Are you sure you want to change the base?
Restore backend tests #14779
Conversation
Summary: Now that the SDK update has been ingested, CI tests pass again. Differential Revision: D83849826
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14779
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled JobAs of commit 8fda834 with merge base 4d681cb ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@JakeStevens has exported this pull request. If you are a Meta employee, you can view the originating Diff in D83849826. |
This PR needs a
|
python_pytest( | ||
name = "test_neutron_backend", | ||
srcs = [ | ||
"test_neutron_backend.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.
Irrelevant to this change, but what only test_quantizer.py
and test_neutron_backend.py
are defined here? You want to limit the tests only to cover high level tests, what can be considered as integration tests?
Summary: Now that the SDK update has been ingested, CI tests pass again.
Differential Revision: D83849826