-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[torch.futures] Fix nullptr deref #85304
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
`torch.jit.wait(None)` and `torch.futures.collect_all((None,))` should not crash. Fixes #85237
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/85304
Note: Links to docs will display an error until the docs builds have been completed. ✅ No Failures, 3 PendingAs of commit 03d1e35: This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot merge -g |
@pytorchbot successfully started a merge job. Check the current status here. |
Hey @malfet. |
`torch.jit.wait(None)` and `torch.futures.collect_all((None,))` should not crash. Fixes #85237 Pull Request resolved: #85304 Approved by: https://github.com/kit1980
torch.jit.wait(None)
andtorch.futures.collect_all((None,))
should not crash.Fixes #85237