-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Move TorchDispatchModeTLS to c10/core #83370
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
I need to access it directly from TensorImpl to route directly TensorImpl induced operations to modes (upcoming PR). Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
🔗 Helpful links
❌ 3 New FailuresAs of commit ee2767c (more details on the Dr. CI page): Expand to see more
🕵️ 2 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages
|
Job | Step |
---|---|
Unknown |
This comment was automatically generated by Dr. CI (expand for details).
Please report bugs/suggestions to the (internal) Dr. CI Users group.
I need to access it directly from TensorImpl to route directly TensorImpl induced operations to modes (upcoming PR). Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
I need to access it directly from TensorImpl to route directly TensorImpl induced operations to modes (upcoming PR). Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
I need to access it directly from TensorImpl to route directly TensorImpl induced operations to modes (upcoming PR). Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
@pytorchbot merge |
@pytorchbot successfully started a merge job. Check the current status here. |
Merge failed due to Refusing to merge as mandatory check(s) pull failed for rule superuser |
@pytorchbot merge -f "known windows outage" |
@pytorchbot successfully started a merge job. Check the current status here. |
Hey @ezyang. |
Summary: I need to access it directly from TensorImpl to route directly TensorImpl induced operations to modes (upcoming PR). Signed-off-by: Edward Z. Yang <ezyang@fb.com> Pull Request resolved: #83370 Approved by: https://github.com/zou3519 Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/2d8f091f6a193fc0e9d3c6e91bce8d66fc3f31de Reviewed By: atalman Differential Revision: D38714910 Pulled By: ezyang fbshipit-source-id: 91491a2ee231f45f7547836b2565a940b97fcb37
Stack from ghstack (oldest at bottom):
I need to access it directly from TensorImpl to route directly
TensorImpl induced operations to modes (upcoming PR).
Signed-off-by: Edward Z. Yang ezyang@fb.com