-
Notifications
You must be signed in to change notification settings - Fork 25k
Buffer python warning to avoid deadlocks #26613
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
[ghstack-poisoned]
ghstack-source-id: 51c0e66 Pull Request resolved: pytorch#26613
[ghstack-poisoned]
You need to rebase to master to fix build failures |
ghstack-source-id: 33b5bc7 Pull Request resolved: pytorch#26613
Differential Revision: [D17692505](https://our.internmc.facebook.com/intern/diff/D17692505) [ghstack-poisoned]
Looks good. Just some C++ bits; I also wanna know what the locking strategy is. |
ghstack-source-id: 9d1a3d6 Pull Request resolved: pytorch#26613
Don't forget to request re-review (click the little circle arrow icon next to the reviewer) when you want rereview |
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
docs/cpp/source/Doxyfile
Outdated
@@ -70,6 +70,8 @@ RECURSIVE = YES | |||
# Blacklist certain file patterns from the INPUT section. | |||
EXCLUDE = ../../../torch/csrc/api/include/torch/nn/pimpl-inl.h \ | |||
../../../torch/csrc/api/include/torch/detail | |||
# Increase the max node size for our large files | |||
DOT_GRAPH_MAX_NODES = 100 |
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.
don't put this in an unrelated diff, this is what stacks are for!! Cross referencing with #29041
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.
This is actually related. the cpp docs does not build for Exception.h without this.
See build failures on the previous commit here: https://github.com/pytorch/pytorch/runs/284960182
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
ghstack-source-id: 2e5cc52 Pull Request resolved: pytorch#26613
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
ghstack-source-id: 29f87d8 Pull Request resolved: pytorch#26613
Differential Revision: [D18249633](https://our.internmc.facebook.com/intern/diff/D18249633) [ghstack-poisoned]
ghstack-source-id: ca36b34 Pull Request resolved: pytorch/pytorch#26613
Stack from ghstack:
Differential Revision: D18249633