-
Notifications
You must be signed in to change notification settings - Fork 379
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
XNNPACK pytest cleanup #3646
base: main
Are you sure you want to change the base?
XNNPACK pytest cleanup #3646
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/3646
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: ✅ No FailuresAs of commit 102524e with merge base 4b1323d (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D57463419 |
1e26ca1
to
3069289
Compare
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was exported from Phabricator. Differential Revision: D57463419 |
3069289
to
e6c6d8e
Compare
Summary: * Test file names should start with test_ to be collected by pytest * Add ops test to pytest.ini * Avoid Tester to be collected Pull Request resolved: pytorch#3646 Reviewed By: swolchok Differential Revision: D57463419 Pulled By: kirklandsign
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was exported from Phabricator. Differential Revision: D57463419 |
29a9163
to
ab6a764
Compare
Summary: * Test file names should start with test_ to be collected by pytest * Add ops test to pytest.ini * Avoid Tester to be collected Pull Request resolved: pytorch#3646 Reviewed By: swolchok Differential Revision: D57463419 Pulled By: kirklandsign
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was exported from Phabricator. Differential Revision: D57463419 |
Summary: * Test file names should start with test_ to be collected by pytest * Add ops test to pytest.ini * Avoid Tester to be collected Pull Request resolved: pytorch#3646 Reviewed By: swolchok Differential Revision: D57463419 Pulled By: kirklandsign
fa03c53
to
85237d4
Compare
85237d4
to
1888144
Compare
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
385a129
to
21c872f
Compare
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kirklandsign has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary
Enable a lot of XNNPACK pytest test cases!
Test plan
Differential Revision: D57463419