-
Notifications
You must be signed in to change notification settings - Fork 24.2k
Disable dynamo when running generated opcheck tests #111685
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/111685
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 3aac131 with merge base d1110a1 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D50508958 |
5ff7581
to
daa851e
Compare
This pull request was exported from Phabricator. Differential Revision: D50508958 |
Summary: Use `TORCHDYNAMO_DISABLE=1` when running generated opcheck tests. (next diff) Enable some `fbgemm::pack_segments` tests that errored out (with error `RuntimeError: expected int but got s0*s1**2`) because dynamo was being run in the opcheck tests. Test Plan: See next diff in stack. Differential Revision: D50508958
This pull request was exported from Phabricator. Differential Revision: D50508958 |
daa851e
to
3aac131
Compare
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary: Use `TORCHDYNAMO_DISABLE=1` when running generated opcheck tests. Enable some `fbgemm::pack_segments` tests that errored out (with error `RuntimeError: expected int but got s0*s1**2`) because dynamo was being run in the opcheck tests. Test Plan: `parsh -v --build-flags mode/dev-nosan //deeplearning/fbgemm/fbgemm_gpu:sparse_ops_test` then `run_tests("test_pack_segments")` Differential Revision: D50508958 Pull Request resolved: pytorch#111685 Approved by: https://github.com/zou3519
Summary: Use `TORCHDYNAMO_DISABLE=1` when running generated opcheck tests. Enable some `fbgemm::pack_segments` tests that errored out (with error `RuntimeError: expected int but got s0*s1**2`) because dynamo was being run in the opcheck tests. Test Plan: `parsh -v --build-flags mode/dev-nosan //deeplearning/fbgemm/fbgemm_gpu:sparse_ops_test` then `run_tests("test_pack_segments")` Differential Revision: D50508958 Pull Request resolved: pytorch#111685 Approved by: https://github.com/zou3519
Summary: Use
TORCHDYNAMO_DISABLE=1
when running generated opcheck tests. Enable somefbgemm::pack_segments
tests that errored out (with errorRuntimeError: expected int but got s0*s1**2
) because dynamo was being run in the opcheck tests.Test Plan:
parsh -v --build-flags mode/dev-nosan //deeplearning/fbgemm/fbgemm_gpu:sparse_ops_test
thenrun_tests("test_pack_segments")
Differential Revision: D50508958