-
Notifications
You must be signed in to change notification settings - Fork 25.1k
[export] Fix set_grad hoo if output is empty #131511
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/131511
Note: Links to docs will display an error until the docs builds have been completed. ❌ 3 Cancelled JobsAs of commit b94fc49 with merge base 4eee2e7 ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D60135531 |
Summary: Pull Request resolved: pytorch#131511 Test Plan: CI Reviewed By: bearzx Differential Revision: D60135531
This pull request was exported from Phabricator. Differential Revision: D60135531 |
a949269
to
b94fc49
Compare
@@ -1382,6 +1382,20 @@ def forward(self, p_conv_weight, p_conv_bias, p_conv1d_weight, p_conv1d_bias, b_ | |||
return (add,)""", | |||
) | |||
|
|||
@testing.expectedFailureRetraceability # Unexpected type in sourceless builder torch._higher_order_ops.wrap.WrapWithSetGradEnabled | |||
@testing.expectedFailureTrainingIRToRunDecomp # Encountered autograd state manager op | |||
@testing.expectedFailureTrainingIRToRunDecompNonStrict |
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.
How feasible is it to remove these expectedTestFailures?
@pytorchbot merge -f 'Landed internally' (Initiating merge automatically since Phabricator Diff has merged, using force because this PR might not pass merge_rules.json but landed internally) |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Fixes https://fb.workplace.com/groups/1075192433118967/permalink/1467707973867409/
Test Plan: CI
Differential Revision: D60135531