-
Notifications
You must be signed in to change notification settings - Fork 370
allows multi gpu tests to be run with BUCK #765
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
This pull request was exported from Phabricator. Differential Revision: D76141869 |
This pull request was exported from Phabricator. Differential Revision: D76141869 |
485d036
to
366bd03
Compare
Summary: Pull Request resolved: pytorch#765 Tests were always skipped (both in BUCK and github actions) since their name does not follow the `test_*.py` or `*_test.py` format. Instead, facilitate skipping in single-GPU/CPU environments using the `unittest.skipIf` decorator. Differential Revision: D76141869
This pull request was exported from Phabricator. Differential Revision: D76141869 |
366bd03
to
acd1f4e
Compare
Summary: Pull Request resolved: pytorch#765 Tests were always skipped since their name does not follow the `test_*.py` or `*_test.py` format. Instead, skip tests in CPU/single-GPU environments using the `unittest.skipIf` decorator. Differential Revision: D76141869
This pull request was exported from Phabricator. Differential Revision: D76141869 |
Summary: Pull Request resolved: pytorch#765 Tests were always skipped since their name does not follow the `test_*.py` or `*_test.py` format. Instead, skip tests in CPU/single-GPU environments using the `unittest.skipIf` decorator. Differential Revision: D76141869
acd1f4e
to
ff4d34a
Compare
This pull request was exported from Phabricator. Differential Revision: D76141869 |
Summary: Pull Request resolved: pytorch#765 Tests were always skipped since their name does not follow the `test_*.py` or `*_test.py` format. Instead, skip tests in CPU/single-GPU environments using the `unittest.skipIf` decorator. Differential Revision: D76141869
ff4d34a
to
fb435a3
Compare
This pull request was exported from Phabricator. Differential Revision: D76141869 |
fb435a3
to
407471c
Compare
Summary: Pull Request resolved: pytorch#765 Tests were always skipped since their name does not follow the `test_*.py` or `*_test.py` format. Instead, skip tests in CPU/single-GPU environments using the `unittest.skipIf` decorator. Differential Revision: D76141869
Summary: Pull Request resolved: pytorch#765 Tests were always skipped since their name does not follow the `test_*.py` or `*_test.py` format. Instead, skip tests in CPU/single-GPU environments using the `unittest.skipIf` decorator. Differential Revision: D76141869
This pull request was exported from Phabricator. Differential Revision: D76141869 |
407471c
to
31d8183
Compare
This pull request has been merged in ef04ad9. |
Differential Revision: D76141869