-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Change SymIntNode into an intrusive pointer #82432
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
This will make the pointer type a single word, which is important for packing it into an int64_t Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
🔗 Helpful links
✅ No Failures (0 Pending)As of commit b37713c (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
This will make the pointer type a single word, which is important for packing it into an int64_t Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
This will make the pointer type a single word, which is important for packing it into an int64_t Signed-off-by: Edward Z. Yang <ezyangfb.com> [ghstack-poisoned]
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.
SGTM
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.
@pytorchbot merge |
@pytorchbot successfully started a merge job. Check the current status here |
Hey @ezyang. |
@pytorchbot revert -m "segfaults on test but not caught in CI" -c nosignal |
@pytorchbot successfully started a revert job. Check the current status here |
@ezyang your PR has been successfully reverted. |
This reverts commit 7be44f8. Reverted #82432 on behalf of https://github.com/ezyang due to segfaults on test but not caught in CI
Stack from ghstack (oldest at bottom):
This will make the pointer type a single word, which is important
for packing it into an int64_t
Signed-off-by: Edward Z. Yang ezyang@fb.com