8000 Disable dynamo when running generated opcheck tests by williamwen42 · Pull Request #111685 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

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

Closed
wants to merge 1 commit into from

Conversation

williamwen42
Copy link
Member

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

@pytorch-bot
Copy link
pytorch-bot bot commented Oct 20, 2023

🔗 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 Failures

As of commit 3aac131 with merge base d1110a1 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D50508958

@facebook-github-bot
Copy link
Contributor

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
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D50508958

@williamwen42 williamwen42 requested a review from zou3519 October 23, 2023 15:29
@williamwen42 williamwen42 added module: aotdispatch umbrella label for AOTAutograd issues release notes: dynamo and removed module: aotdispatch umbrella label for AOTAutograd issues labels Oct 23, 2023
@williamwen42
Copy link
Member Author

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Oct 23, 2023
@pytorchmergebot
Copy link
Collaborator

Merge started

Your 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

Advanced Debugging
Check the merge workflow status
here

@facebook-github-bot facebook-github-bot deleted the export-D50508958 branch October 27, 2023 14:24
xuhancn pushed a commit to xuhancn/pytorch that referenced this pull request Nov 7, 2023
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
Skylion007 pushed a commit to Skylion007/pytorch that referenced this pull request Nov 14, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0