-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Inline gradcheck functions since they don't have C bindings #119047
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/119047
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 4affba7 with merge base 65314a6 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
Thanks for helping improve tracing rule quality!
88fa191
to
c908caf
Compare
4e4d2ca
to
404cef7
Compare
Gradcheck functions are in python, so they shouldn't be in `torch_c_binding_in_graph_functions` fixes #118792 cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng [ghstack-poisoned]
@pytorchbot merge |
Merge failedReason: This PR needs a If not, please add the To add a label, you can comment to pytorchbot, for example For more information, see Details for Dev Infra teamRaised by workflow job |
@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 |
Merge failedReason: 11 jobs have failed, first few of them are: pull / linux-focal-py3.8-clang10 / test (default, 2, 3, linux.2xlarge), pull / linux-focal-py3.8-clang10 / test (crossref, 2, 2, linux.2xlarge), pull / linux-jammy-py3.10-clang15-asan / test (default, 5, 6, linux.4xlarge), pull / linux-focal-py3.11-clang10 / test (default, 1, 3, linux.2xlarge), pull / linux-focal-py3.11-clang10 / test (crossref, 2, 2, linux.2xlarge) Details for Dev Infra teamRaised by workflow job |
@pytorchbot merge -f "Tests pass locally, failures are on broken trunk" |
Merge failedReason: PR 119047 is out of sync with the corresponding revision 01005aecd8a76b9ac1d8b6e274d105ecfc987cfe on branch gh/jamesjwu/10/orig that would be merged into main. This usually happens because there is a non ghstack change in the PR. Please sync them and try again (ex. make the changes on origin/gh/jamesjwu/10/orig and run ghstack). Details for Dev Infra teamRaised by workflow job |
Gradcheck functions are in python, so they shouldn't be in `torch_c_binding_in_graph_functions` fixes #118792 cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng [ghstack-poisoned]
@pytorchbot merge -f "Tests pass locally, failures are on broken trunk" |
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 |
Gradcheck functions are in python, so they shouldn't be in `torch_c_binding_in_graph_functions` fixes #118792 Pull Request resolved: #119047 Approved by: https://github.com/yanboliang, https://github.com/zou3519
Stack from ghstack (oldest at bottom):
Gradcheck functions are in python, so they shouldn't be in
torch_c_binding_in_graph_functions
fixes #118792
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @chenyang78 @aakhundov @kadeng